首页
学习
活动
专区
工具
TVP
发布

SnailTyan

专栏作者
717
文章
574578
阅读量
61
订阅数
无法解析的外部符号 "__int64 google::protobuf::internal::empty_string_once_init_"
在搭建caffe的过程中,有可能会出现下面三个错误: error LNK2001: 无法解析的外部符号 "__int64 google::protobuf::internal::empty_strin
Tyan
2022-08-11
7630
美团智能配送系统的运筹优化实战-笔记
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-06-12
1.5K0
即时配送的订单分配策略:从建模和优化-笔记
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-06-12
1.4K0
Leetcode 2016. Maximum Difference Between Increasing Elements
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-10
2150
Leetcode 53. Maximum Subarray
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
2800
jQuery预绑定
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
5440
Effective Java 2.0_中英文对照_Item 8
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
4570
jQuery控制控件文本的长度
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
1.2K0
jQuery中,html、val与text的区别与联系
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
6660
Linux的cp命令
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
18K0
Effective Java 2.0_中英文对照_Item 6
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
2460
Effective Java 2.0_中英文对照_Item 5
It is often appropriate to reuse a single object instead of creating a new functionally equivalent object each time it is needed. Reuse can be both faster and more stylish. An object can always be reused if it is immutable (Item 15).
Tyan
2022-05-09
2820
Spring框架参考手册_5.0.0_中文版_Part II_3.6
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
3760
Spring框架参考手册_5.0.0_中英文对照版_Part II_3.6
To interact with the container’s management of the bean lifecycle, you can implement the Spring InitializingBean and DisposableBean interfaces. The container calls afterPropertiesSet() for the former and destroy() for the latter to allow the bean to perform certain actions upon initialization and destruction of your beans.
Tyan
2022-05-09
3070
Effective Java 2.0_中英文对照_Item 3
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
5180
Effective Java 2.0_中文版_Item 3
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
2740
Spring Boot 2.0.0参考手册_中英文对照_Part II_11-12
文章作者:Tyan 博客:noahsnail.com  |  CSDN  |  简书
Tyan
2022-05-09
3730
Java中的可变参数_Effective Java 2.0_Item 2知识点
在JDK 1.5之前,要想在方法中使用可变参数,则必须通过数组(或其它集合)来实现,在这种情况下你需要将变量显式的定义在数组中,在使用时要从数组中取出变量。另一种方法是进行函数重载。而在JDK 1.5中,引入了可变参数(Varargs),全称为variable number of arguments,常被称为variable arguments。可变参数仍然是通过数组来实现的,只不过编译器帮你隐式的实现了这个过程,此外,它还能兼容以前的API。
Tyan
2022-05-09
2930
Effective Java 2.0_中英文对照_Item 2
Static factories and constructors share a limitation: they do not scale well to large numbers of optional parameters. Consider the case of a class representing the Nutrition Facts label that appears on packaged foods. These labels have a few required fields—serving size, servings per container, and calories per serving and over twenty optional fields—total fat, saturated fat, trans fat, cholesterol, sodium, and so on. Most products have nonzero values for only a few of these optional fields.
Tyan
2022-05-09
3150
Spring框架参考手册_5.0.0_中英文对照版_Part II_3.5
When you create a bean definition, you create a recipe for creating actual instances of the class defined by that bean definition. The idea that a bean definition is a recipe is important, because it means that, as with a class, you can create many object instances from a single recipe.
Tyan
2022-05-09
4320
点击加载更多
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档