基于MQX的应用编程:通过任务模板定义用户任务,MQX_AUTO_START_TASK -- 任务随MQX一起启动;/*MQX通过下面的代码(任务模板),向系统注册多个用户进程:--- 当然,我们也可以通过MQX的接口函数来创建任务。*/const TASK_TEMPLATE_STRUCT MQX....
分类:
其他好文 时间:
2015-02-04 12:27:03
阅读次数:
530
方法一: 在 AndroidMainfest.xml中选择哪个activity,设置windowSoftInputMode属性为 adjustUnspecified|stateHidden1 5 6 7 8 9 方法二: 让 EditText失去焦点,使用Edit...
分类:
移动开发 时间:
2015-02-04 12:28:47
阅读次数:
149
using System;using System.IO;using System.Security.Cryptography;namespace RijndaelManaged_Example{ class RijndaelExample { public static ...
科沃尔透露了自己投篮时的20大要点 新浪体育讯 北京时间2月4日,据《今日美国》报道,凯尔-科沃尔是联盟本赛季的三分王,在接受专访时,科沃尔分享了自己在投篮训练当中的细节,并且透露了他在每次投篮时脑子里所想的要点。 本赛季至今,科沃尔的投篮命中率有52.3%,三分命中率达到了54%,罚球命中率也.....
分类:
其他好文 时间:
2015-02-04 12:25:28
阅读次数:
226
Node的基础模块中提供了url的模块,使用该模块,就可以对于客户端请求的地址进行分解,从而得到自己想要的参数。 使用方法如下var urlObject = url.parse(req.url,true);比如一个请求地址为http://youradress/pay?code = 1那么
urlOb...
分类:
其他好文 时间:
2015-02-04 12:27:37
阅读次数:
182
来源:http://www.ttjcnet.com/forum.php?mod=viewthread&tid=137&extra=首先下载php-5.2.0-win32.zip,mysql-noinstall-5.0.22-win32.zip和phpMyAdmin-2.9.1.1-all-langu...
分类:
数据库 时间:
2015-02-04 12:26:59
阅读次数:
173
双机热备(实验环境)主服务器:ip地址192.168.100.244,mysql版本5.5.30,源码安装从服务器:ip地址192.168.100.245一、源码安装mysql5.5启动目录:/usr/local/mysql数据文件目录:/data/mysql二进制日志目录:/data/mysql/...
分类:
数据库 时间:
2015-02-04 12:25:51
阅读次数:
356
Given any string of N (>=5) characters, you are asked to form the characters into the shape of U. For example, "helloworld" can be printed as:h de l.....
分类:
其他好文 时间:
2015-02-04 12:25:02
阅读次数:
208
Driver Porting and ConfigurationPorting I/O Control DriverThe I/O control driver is built as a module, can be used for controlling common peripherals,...
分类:
其他好文 时间:
2015-02-04 12:27:11
阅读次数:
363
这两天需要使用phantomjs+react生成些图片最开始发现clojurescript中包裹react的还挺多:https://github.com/omcljs/omhttp://holmsand.github.io/reagent/https://github.com/levand/quie...
分类:
Web程序 时间:
2015-02-04 12:26:22
阅读次数:
155
前言 前几天我们做出了一个可控制的飞机,今天我们来做一些小改进,这是代码的一些小改进,却是我们小游戏的一大改进啊~(╯°口°)╯(┴—┴ 然后再引进另外一个主题,pygame.sprite,精灵模块,那它究竟又有什么用呢?正片开始~ 1. 对主循环的优化 记得我们的上一个版本吗?我们在主循环中...
分类:
编程语言 时间:
2015-02-04 12:26:24
阅读次数:
656
使用JavaScript的history对象来实现页面前进后退(go/back/forward)。
分类:
编程语言 时间:
2015-02-04 12:27:05
阅读次数:
201
crontab -eno crontab for root - using an empty onecrontab: installing new crontab"/tmp/crontab.JkmAak":1: bad minuteerrors in crontab file, can't inst...
分类:
数据库 时间:
2015-02-04 12:26:15
阅读次数:
287
这段时间有点忙,技术博客更新的比较少,今天更新一下相关并发的常用线程协作的类吧。ExecutorService线程池,用于创造和复用线程,他有几种模式。我举一个自定义线程池数量的例子如下ExecutorService service = Executors.newFixedThreadPool(10...
分类:
编程语言 时间:
2015-02-04 12:25:47
阅读次数:
143
模块化是一种处理复杂系统分解成为更好的可管理模块的方式,它可以把系统代码划分为一系列职责单一,高度解耦且可替换的模块,系统中某一部分的变化将如何影响其它部分就会变得显而易见,系统的可维护性更加简单易得。前端开发领域(JavaScript、CSS、Template)并没有为开发者们提供以一种简洁、有条...
分类:
其他好文 时间:
2015-02-04 12:24:37
阅读次数:
203
#include#includeint main(){ int n,i,t,j; scanf("%d",&n); if(nt) printf("%d\n",j); } } return 0;}
分类:
其他好文 时间:
2015-02-04 12:26:17
阅读次数:
146