SqlConnection sqlcon;SqlCommand sqlcom;string strCon = "Data Source=(local);Database=db_04;Uid=sa;Pwd=sa";public void bind(){string sqlstr = "select *...
分类:
其他好文 时间:
2014-07-31 12:23:26
阅读次数:
279
在之前的文章中,和大家分享了在天朝下下载android 4.4.2源码的过程(详见下载android4.4.2源码全过程(附已下载的源码)),现在写下编译的笔记。
虽然在android doc中,有提到可以用open jdk来编译,见:https://source.android.com/source/initializing.html,描述如下:
Installing the J...
分类:
移动开发 时间:
2014-07-31 09:51:46
阅读次数:
253
Modern flowchart for mobile, server, and etc.. communicationThis has something to do with these source codes:For the server side,https://github.com/xr...
Android Branch and master source code merge(patch)...
分类:
移动开发 时间:
2014-07-30 20:59:14
阅读次数:
299
1、下载ckeditor,我这里下载的是CKEditor 3.6.2。2、里边有压缩过的代码及源码,源码所在目录为_source,还有一些使用例子,具体不做累述此处主要讲的是在使用过程需要添加自定义按钮。2. 比如我要添加“插入代码”的按钮,起名为code。在ckeditor/plugins下新建文...
分类:
其他好文 时间:
2014-07-30 20:11:34
阅读次数:
182
project(ovw)cmake_minimum_required(VERSION2.8)#turnonshowcompilecmdlineSET(CMAKE_VERBOSE_MAKEFILEon)SET(CMAKE_PREFIX_PATH"F:/Qt5.3.1/win32_static_2013")#SetsourcedirofcppSET(SRC_DIR${PROJECT_SOURCE_DIR}/..)SET(QTLIB_DIR"F:/Qt5.3.1/win32_static_2013")#tosetc..
分类:
移动开发 时间:
2014-07-30 17:51:44
阅读次数:
555
今天在写一个修改语句的时候,竟然报了:SourcenotfoundforTsOrderErrorDaoImpl$$FastClassByCGLIB$$99fffb3.invoke(int,Object,Object[])line:notavailable这么一个错,上网查了资料,有的说是SQL语句的问题,但是我把语句放到数据库运行没问题,还有说tomcat的问题,这些都排..
分类:
其他好文 时间:
2014-07-30 12:31:04
阅读次数:
1091
select ceil(-7.09) from dual t;-- -7
select ceil(7.09) from dual t;-- 8
1、TRIM([ { { LEADING | TRAILING | BOTH }[ trim_character ]| trim_character} FROM ]trim_source) 函数
参数:leading 如果指定leading参...
分类:
数据库 时间:
2014-07-30 12:15:23
阅读次数:
306
重点关注StringBuilder的append方法使用source insight查看Jdk中提供的源码 定位到StringBuilder.java搜索append方法 定位到append方法的一种重载 public StringBuilder append(String str) { ...
分类:
其他好文 时间:
2014-07-30 11:49:13
阅读次数:
228