http://www.realthinclient.com/details/ Write a HTTP/Web Server in 5 minutesWrite a HTTP/Web Client in 8 minutesMake ‘live’ Web Pages in 5 minutesWrite ...
分类:
Web程序 时间:
2017-01-22 07:50:36
阅读次数:
188
UIAlertController *alertController = [UIAlertController alertControllerWithTitle:nil message:@"请输入支付密码" preferredStyle:UIAlertControllerStyleAlert]; / ...
分类:
移动开发 时间:
2017-01-20 16:21:27
阅读次数:
243
一、FBV处理过程 首先来看一下FBV逻辑过程: 1.简单过程(借用官方示例): step1:根据访问请求,在urls寻找匹配的url映射,得到views.index setp2:根据views.index ,调用views下index函数(传入参数request即用户请求信息) step3:根据客 ...
分类:
其他好文 时间:
2017-01-16 14:09:50
阅读次数:
263
STM32L151解密STM32L152芯片解密IC程序破译 IC芯片解密型号: STM32L100R8T6,STM32L151C8T6,STM32L152RBT6,STM32L162RDY6 STM32L100RCT6,STM32L151RCT6,STM32L151VBT6,STM32L152C8 ...
分类:
其他好文 时间:
2017-01-14 23:07:35
阅读次数:
247
转自原文 ArcEngine判断要素(feature)是否为multipart feature及分解(炸开)代码 ...
分类:
其他好文 时间:
2017-01-09 00:39:34
阅读次数:
289
作者:Vamei 出处:http://www.cnblogs.com/vamei 严禁任何形式转载。 对于电子设备来说,时间都是基础性的功能,也很容易被人忽视。上世纪的“千年虫”问题,就是时间方面设计缺陷造成的。对于网络连接的多设备来说,保持时间同步又是一个新的问题。对于树莓派的众多应用情景来说,时 ...
分类:
其他好文 时间:
2017-01-05 22:39:11
阅读次数:
409
本文转载自:http://blog.chinaunix.net/uid-25014876-id-111839.html linux设备驱动归纳总结(十):1.udev&misc xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:
系统相关 时间:
2017-01-05 14:28:53
阅读次数:
255
使用 Notepad++ 编辑运行 Python 程序 使用 Notepad++ 编辑运行 Python 程序 Notepad++是一个开源的文本编辑器,功能强大而且使用方便。编辑和调试 Python 程序使用什么编辑器或者 IDE不同人有不同见解。在不考虑使用调试工具的情况下,Vim 或者 Ema ...
分类:
其他好文 时间:
2017-01-04 22:55:08
阅读次数:
234
IntentService是继承自Service类的,在执行耗时操作时,其实,只需要在service中的onStartCommand(主线程)新启一个线程即可,那IntentService什么时候用来会比较好呢? 我们通过startService多次启动了IntentService,这会产生多个jo ...
分类:
其他好文 时间:
2017-01-01 15:34:31
阅读次数:
159
造成这种问题的原因是:操作系统时区跟JVM的时区不一致。 [root@paas244 ~]# timedatectl Local time: Thu 2016-12-29 15:35:44 CST Universal time: Thu 2016-12-29 07:35:44 UTC RTC tim ...
分类:
编程语言 时间:
2016-12-29 17:08:33
阅读次数:
959