前者不开O2时谨慎使用! 后者尽量不要用! STL库介绍比较多,其中字符串库用的比较少但也应该记住 http://www.cnblogs.com/rvalue/p/7276883.html http://www.cnblogs.com/rvalue/p/7327293.html pb_ds差别不大, ...
分类:
其他好文 时间:
2018-01-02 19:58:54
阅读次数:
158
本文主要闲聊一些 Objective C 和 Swift 混编项目带来的一些潜规则,希望能帮到对此感到疑惑的朋友。下面我们开始进入主题: 命名 官方 Guide 上只是简单叙述( Using Swift with Cocoa and Objective C ),即 Swift 编译器会在我们使 ...
分类:
编程语言 时间:
2017-12-24 22:50:32
阅读次数:
262
自动类型安全的.NET标准REST库refit 在SCOTT HANSELMAN 博客上看到一个好东西《Exploring refit, an automatic type-safe REST library for .NET Standard》,他推荐了一个.NET标准1.4 的自动类型安全的RE ...
分类:
Web程序 时间:
2017-12-19 01:00:49
阅读次数:
354
1. what is ARC ? ARC: automatic reference counting自动引用计数。 简单点说就是系统在适当的地方自动给对象加减引用计数,当retain count == 0 时 销毁; 那么ARC是为了解决什么问题诞生的呢?这个得追溯到MRC手动内存管理时代说起。 ( ...
分类:
移动开发 时间:
2017-12-18 18:40:16
阅读次数:
228
在SCOTT HANSELMAN 博客上看到一个好东西《Exploring refit, an automatic type-safe REST library for .NET Standard》,他推荐了一个.NET标准1.4 的自动类型安全的REST库refit。 refit 类似于Java的 ...
分类:
Web程序 时间:
2017-12-16 23:06:27
阅读次数:
235
reference : http://fle.github.io/git-tip-keep-your-branch-clean-with-fixup-and-autosquash.html Who is not tired of committing a "Remove pdb" or a "Fix ...
分类:
其他好文 时间:
2017-12-13 19:35:41
阅读次数:
151
# # URL Remapping Config File # # Using remap.config allows you to accomplish two things: # # 1) Rewrite a URL (from the client) before sending it to ... ...
分类:
其他好文 时间:
2017-12-05 16:01:54
阅读次数:
149
置serviceProcessInstaller1控件的Account属性为“LocalSystem” 设置serviceInstaller1控件的StartType属性为"Automatic" 在private void ProjectInstaller_AfterInstall(object s ...
FB01与F-02的区别(转载) FB01与F-02的区别(转载) FB01与F-02的区别(转载) FB01 : a) ''Post Document'' b) No doc type as SA automatically comes. c) No automatic posting key p ...
分类:
其他好文 时间:
2017-11-29 16:11:04
阅读次数:
614
Oracle9i和10g区别 简要说: 10g支持网格(Grid),支持自动管理(Automatic Management)。 详细说: 10g的g是"Grid"缩写,支持网格计算,即,多台结点服务器利用高速网络组成一个虚拟的高性能服务器,负载在整个网格中均衡(Load Balance),按需增删结 ...
分类:
数据库 时间:
2017-11-27 18:47:44
阅读次数:
175