码迷,mamicode.com
首页 >  
搜索关键字:source    ( 17429个结果
[转载]解决/usr/bin/ld: cannot find -lxxx
在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中的数据读入到GridView控件中
使用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
GridVIew控件选中、编辑、取消、删除数据项
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源码
在之前的文章中,和大家分享了在天朝下下载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
service structure flowchart [mobile to server via HTTP RESTful API]
Modern flowchart for mobile, server, and etc.. communicationThis has something to do with these source codes:For the server side,https://github.com/xr...
分类:Windows程序   时间:2014-07-30 23:33:05    阅读次数:270
Android Branch and master source code merge(patch)
Android Branch and master source code merge(patch)...
分类:移动开发   时间:2014-07-30 20:59:14    阅读次数:299
Live555 直播源 以及MediaSubsession
Live555中用的一个直播Source...
分类:其他好文   时间:2014-07-30 20:58:24    阅读次数:265
CKEditor 添加自定义按钮
1、下载ckeditor,我这里下载的是CKEditor 3.6.2。2、里边有压缩过的代码及源码,源码所在目录为_source,还有一些使用例子,具体不做累述此处主要讲的是在使用过程需要添加自定义按钮。2. 比如我要添加“插入代码”的按钮,起名为code。在ckeditor/plugins下新建文...
分类:其他好文   时间:2014-07-30 20:11:34    阅读次数:182
QT static link App cmake CMakeLists.txt
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
Source not found for $$FastClassByCGLIB$$99fffb3.invoke(int, Object, Object[]) line: not available
今天在写一个修改语句的时候,竟然报了:SourcenotfoundforTsOrderErrorDaoImpl$$FastClassByCGLIB$$99fffb3.invoke(int,Object,Object[])line:notavailable这么一个错,上网查了资料,有的说是SQL语句的问题,但是我把语句放到数据库运行没问题,还有说tomcat的问题,这些都排..
分类:其他好文   时间:2014-07-30 12:31:04    阅读次数:1091
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!