1 public static bool TestDatabaseConnection(string server, string connectionString) 2 { 3 bool isSuccess = false; 4 5 ...
分类:
数据库 时间:
2015-02-11 20:36:14
阅读次数:
170
一、页面载入1、ready(fn)当DOM载入就绪可以查询及操纵时绑定一个要执行的函数。这是事件模块中最重要的一个函数,因为它可以极大地提高web应用程序的响应速度。简单地说,这个方法纯粹是对向window.load事件注册事件的替代方法。通过使用这个方法,可以在DOM载入就绪能够读取并操纵时立即调...
分类:
Web程序 时间:
2015-02-11 20:35:20
阅读次数:
179
Bundle 英文直译:包,捆Google官方文档概述:A mapping from String values to various Parcelable types.一个从字符串到不同“可打包”类型的映射Bundle类中存储了许多 key-value 对,可以用于在不同的Activity之间传递...
分类:
移动开发 时间:
2015-02-11 20:35:42
阅读次数:
165
1 #!/bin/sh 2 num=0 3 cat /etc/passwd | while read line 4 do 5 num=$(($num+1)) 6 done 7 echo $num 8 9 linux:~ # sh a.sh10 0原因:使用for,while,until...
分类:
其他好文 时间:
2015-02-11 20:32:42
阅读次数:
129
在车间部署了十几个网络版的温湿度采集器(基于arduino的),这些采集器分布在不同的地方,现在要更新一下上面的固件。最笨的方法是一个一个地取下来,插到电脑的USB接口上进行固件更新,这样做显然很麻烦。能不能直接通过网络(以太网)进行固件的更新呢? 我查了一下资料,发现网上只有通过蓝牙更新的固件的,...
分类:
其他好文 时间:
2015-02-11 20:34:28
阅读次数:
1627
http://tieba.baidu.com/p/2741702530?pn=1落木老湿的复音口琴教学http://i.youku.com/u/UMTE0Nzc2MjM2/videos口琴入门
分类:
其他好文 时间:
2015-02-11 20:33:52
阅读次数:
131
Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:
其他好文 时间:
2015-02-11 20:33:41
阅读次数:
153
//// RootViewController.m// Lianxi_02//// Created by Super man on 15-2-11.// Copyright (c) 2015年 super man. All rights reserved.//#import "RootViewCon...
分类:
其他好文 时间:
2015-02-11 20:31:45
阅读次数:
164
1. key的创建客户端配置文件如下:root@192.168.100.254:/usr/local/zabbix/sbin# egrep -v "(^#|^$)" ../etc/zabbix_agentd.confLogFile=/tmp/zabbix_agentd.logServer=192.1...
分类:
其他好文 时间:
2015-02-11 20:32:31
阅读次数:
193
Sublime Textis currently the text editor of choice for a number of developers in the open-source community. It’s sophisticated, has powerfultext selec...
分类:
其他好文 时间:
2015-02-11 20:31:31
阅读次数:
285
1 /* 2 * IA_11.1DirectAddressTables.cpp 3 * 4 * Created on: Feb 11, 2015 5 * Author: sunyj 6 */ 7 #include 8 #include 9 #include 10 // D...
分类:
编程语言 时间:
2015-02-11 20:31:23
阅读次数:
401
lucene使用与优化1lucene简介 1.1什么是lucene Lucene是一个全文搜索框架,而不是应用产品。因此它并不像www.baidu.com或者googleDesktop那么拿来就能用,它只是提供了一种工具让你能实现这些产品。1.2lucene能做什么 要回答这个问题,先要了解luc....
分类:
Web程序 时间:
2015-02-11 20:31:06
阅读次数:
212
1集成JPush后,能收到通知,但是收不到自定义消息。解决方案:AppDelegate中加入如下代码://JPush推送 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(networkDidRece....
分类:
其他好文 时间:
2015-02-11 20:30:55
阅读次数:
4323
1.http://alcatraz.io/安装curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | shUninstallDelete the plugin:rm -rf ~/Library...
分类:
移动开发 时间:
2015-02-11 20:31:48
阅读次数:
224
贴出学习C++数据结构线索化二叉树的过程,方便和我一样的新手进行测试和学习同时欢迎各位大神纠正。不同与普通二叉树的地方会用背景色填充//BinTreeNode_Thr.h 1 enum PointTag 2 {Link,Thread}; 3 4 template 5 struct BinTreeN....
分类:
编程语言 时间:
2015-02-11 20:31:13
阅读次数:
229
1.RSA加密算法是最常用的非对称加密算法2.RSARSA以它的三个发明者Ron Rivest, Adi Shamir, Leonard Adleman的名字首字母命名,3.目前学术界无法证明RSA算法的绝对正确性,但是也无法证明否定它的安全性,因此恰恰说明该算法有相当的可信性。4.RSA原理基于大...
分类:
编程语言 时间:
2015-02-11 20:32:37
阅读次数:
440