在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的source code 而有不同的结果出来如:/usr/bin/ld: cannot find -lc/usr/bin/ld...
分类:
其他好文 时间:
2014-07-31 12:30:06
阅读次数:
161
使用Excel文件作为数据源,其实现的代码为:Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("excel.xls") + "; Extended Properties=Excel 8.0;实例代码:private Da...
分类:
其他好文 时间:
2014-07-31 12:24:16
阅读次数:
216
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