#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #inclu...
分类:
其他 时间:
2015-05-28 10:49:13
收藏:
0 评论:
0 赞:
0 阅读:
301
一、Label控件:标签——呈显出来的时候会变成span标签 Text - 标签上文字 BackColor-背景色 ForeColor-前景色 Font Bold-加粗 Italic-倾斜 UnderLine-下划线 OverLine StrikeOut Name - 字体名 Siz...
分类:
Web开发 时间:
2015-05-28 10:49:03
收藏:
0 评论:
0 赞:
0 阅读:
169
$input = array(4, "4", "3", 4, 3, "3"); $result = array_unique($input); *//**array(2) { [0] => int(4) [2] => string(1) "3" }**/
分类:
编程语言 时间:
2015-05-28 10:48:43
收藏:
0 评论:
0 赞:
0 阅读:
242
1 function num (event,obj) { 2 $(document).on(event,obj,function(event){ 3 event.stopPropagation(); 4 var _this = ...
分类:
其他 时间:
2015-05-28 10:48:23
收藏:
0 评论:
0 赞:
0 阅读:
175
java 读取显示txt内容(Swing),JTextAreapublic class TxtSwing extends JFrame { private JTextArea textAreaOutput; public TxtSwing() throws IOException { ...
分类:
编程语言 时间:
2015-05-28 10:48:13
收藏:
0 评论:
0 赞:
0 阅读:
387
一、存入数据类型Hbase里面,rowkey是按照字典序进行排序。存储的value值,当用filter进行数据筛选的时候,所用的比较算法也是字典序的。1、当存储的value值是float类型的时候,录入数据可以录入,但是读取出来的数据会存在问题会出问题例如:存入数据的代码:p = new Put(B...
分类:
其他 时间:
2015-05-28 10:48:03
收藏:
0 评论:
0 赞:
0 阅读:
358
DOM ManipulationYou might be seeing a trend here if you have gotten this far in the tutorial, in that not only has Dojo abandoned its dependency on th...
分类:
其他 时间:
2015-05-28 10:47:53
收藏:
0 评论:
0 赞:
0 阅读:
269
浏览器有3个传统的键盘输入事件。keydown和keyup事件是低级事件,不过,keypress事件是叫高级的事件,它产生了一个可打印字符,下面我主要介绍keydown和keyup事件。当用户在键盘上按下或释放按键时,会发生keydown和keyup事件。它们由辅助键、功能键和字母数字键产生。如果用...
分类:
其他 时间:
2015-05-28 10:47:43
收藏:
0 评论:
0 赞:
0 阅读:
165
在digitialOcean购买的主机用了一段时间,感觉还行。最近在帮朋友的台球室做微信开发,使用了ucToo这个开发框架,在安装的时候,发现主机上的mysql链接有问题,使用navicat连接也是连不上,于是用xshell进行操作,mysql的账号还是有问题,可能是当时安装环境的时候忘记所设置的m...
分类:
数据库技术 时间:
2015-05-28 10:47:33
收藏:
0 评论:
0 赞:
0 阅读:
362
网页图表Highcharts实践教程之图表代码构成
分类:
Web开发 时间:
2015-05-28 10:47:23
收藏:
0 评论:
0 赞:
0 阅读:
239
give a brief explanation about margin property and also use this property to center one div
分类:
Web开发 时间:
2015-05-28 10:47:13
收藏:
0 评论:
0 赞:
0 阅读:
174
Android 3.0及以上已经有了ActionBar的API,可以通过引入support package在3.0以下的平台引用这些API,但这儿呢,完全自定义一个ActionBar,不用引入额外jar包,参照的是开源的UI组件 GreeenDroid,项目主页:https://github.com...
分类:
移动平台 时间:
2015-05-28 10:47:03
收藏:
0 评论:
0 赞:
0 阅读:
138
转载地址http://www.blogjava.net/allen-zhe/archive/2007/12/18/168556.htmlTomcat给我的java.lang.OutOfMemoryError: PermGen今天,Tomcat给了我这么一个异常:java.lang.OutOfMemo...
分类:
其他 时间:
2015-05-28 10:46:53
收藏:
0 评论:
0 赞:
0 阅读:
93
今天上班启动eclipse,发现eclipse 一直卡在android sdk content loader的地方,一直显示为0%.百度后发现很多都是一下解决方法: 关闭Eclipse,删掉Eclipse WorkSpace下.metadata\.plugins\org.eclipse.core.....
分类:
移动平台 时间:
2015-05-28 10:46:43
收藏:
0 评论:
0 赞:
3 阅读:
2684
如下为const修饰的几种类型:char name[] = "benxintuzi";char* p1 = name; // non-const pointer, non-const dataconst char* p2 = name; // non-const pointer, const dat...
分类:
其他 时间:
2015-05-28 10:46:33
收藏:
0 评论:
0 赞:
0 阅读:
151
012345js原生可以用http://www.oschina.net/question/54100_25614
分类:
其他 时间:
2015-05-28 10:46:23
收藏:
0 评论:
0 赞:
0 阅读:
144
RMAN冷备份、一致性备份脚本 run{shutdown immediate; startup mount;allocate channel c1 type disk;allocate channel c2 type disk;backup database format '/home/oracle...
分类:
其他 时间:
2015-05-28 10:46:03
收藏:
0 评论:
0 赞:
0 阅读:
290
K-近邻算法
分类:
编程语言 时间:
2015-05-28 10:45:53
收藏:
0 评论:
0 赞:
0 阅读:
475
sql 读取excel中的数据
分类:
数据库技术 时间:
2015-05-28 10:45:44
收藏:
0 评论:
0 赞:
0 阅读:
191
1、Configuration Celery,作为一个consumer工具不需要太多的操作。它有输入和输出通道,通过输入通道连接到broker(如AMQP服务Channel)或者通过输出通道连接到结果的backend(用于获取结果,不是必须的,因为有...
分类:
编程语言 时间:
2015-05-28 09:44:44
收藏:
0 评论:
0 赞:
0 阅读:
2808