黑幕背后的Autorelease http://www.cnblogs.com/feng9exe/p/7239552.html objc_autoreleasePoolPush的返回值正是这个哨兵对象的地址,被objc_autoreleasePoolPop(哨兵对象)作为入参,于是: 假设这些都有线 ...
分类:
其他好文 时间:
2018-01-23 20:23:37
阅读次数:
141
#define pthread_cleanup_push(func, val) \ { \ struct __darwin_pthread_handler_rec __handler; \ pthread_t __self = pthread_self(); \ __handler.__routin ...
分类:
其他好文 时间:
2018-01-22 23:16:00
阅读次数:
358
``` #pragma comment(lib, "ws2_32.lib") #pragma comment(linker,"/subsystem:\"windows\" /entry:\"mainCRTStartup\"") #include #include #define MasterPort... ...
分类:
其他好文 时间:
2018-01-20 11:03:39
阅读次数:
153
1. 在根目录创建zookeeper文件夹(service1、service2、service3都创建)
[root@localhost /]# mkdir zookeeper
通过Xshell上传文件到service1服务器:上传zookeeper-3.4.6.tar.gz到/software文件夹
分类:
其他好文 时间:
2018-01-15 11:07:39
阅读次数:
163
写在开始小程序升级实时音视频录制及播放能力,开放Wi-Fi、NFC(HCE)等硬件连接功能。同时提供按需加载、自定义组件和更多访问层级等新特性,增强了第三方平台的能力,以满足日趋丰富的业务需求。为更高效地连接用户与商家,小程序提供了实时音视频录制及播放组件。符合类目要求的小程序自助开通后,可自建或使用云服务,实现单向、双向甚至多向的音视频功能,如在线授课、远程咨询、视频客服,以及多人会议等。201
分类:
其他好文 时间:
2018-01-10 11:48:04
阅读次数:
400
刚开使用rpm -qa | grep xxxx 查出新旧版本共存的rpm包,然后rpm -e xxx 卸载,但是发现以来关系太多,依赖包太多了。后来用以下命令,解决以上问题:# package-cleanup --cleandupes 查出rpmbd中重复的包,并把旧的版本rpm包删除。 ...
分类:
其他好文 时间:
2018-01-08 12:17:31
阅读次数:
152
1.使用模型绑定上传文件(官方例子) 官方机器翻译的地址:https://docs.microsoft.com/en-us/aspnet/core/mvc/models/file-uploads 这里吐槽一下 - -,这TM的机器翻译..还不如自己看E文的.. 首先我们需要创建一个form表单如下: ...
分类:
Web程序 时间:
2018-01-05 15:37:51
阅读次数:
318
Introduction When an application crashes, a crash report is created and stored on the device. Crash reports describe the conditions under which the ap ...
分类:
移动开发 时间:
2017-12-04 19:08:50
阅读次数:
246
svn cleanup cleaning up 操作反复失败,svn提示的问题是版本需要更新,更新成最新的版本之后,依旧反复失败,陷入死循环。还好找一个blog上的方法试了一下,成功了。先说故障环境:OS: win7 x64TortoiseSVN 1.9.5, Build 27581 - 64 Bi ...
分类:
其他好文 时间:
2017-11-20 10:37:51
阅读次数:
128
目录结构: spring-servlet.xml applicationContext-database.xml applicationContext.xml GeoStar.properties log4j.properties web.xml SimpleAction.java ...
分类:
编程语言 时间:
2017-11-08 16:00:28
阅读次数:
235