码迷,mamicode.com
首页 >  
搜索关键字:gem source    ( 19413个结果
asp.net读excle的数据类型不统一取出空值问题
如果表格里某列全是数字或是字符没问题,但如果混合了全是数字和部分字符就会有部分读取为空连接EXCEL方式如下string strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" +"Data Source=" + _physicalPath +";Extended...
分类:Web程序   时间:2014-07-31 16:38:16    阅读次数:198
idea13编译后没有配置文件的问题
新装了idea13,想赶快耍起,却没有想到编译的时候总是没有配置文件。我试了不少方法,比如将配置文件所在的目录设为“source”,不行再设为“resource”,重设导出目录,但是都没有效果。 ? ? ?后来看到一...
分类:其他好文   时间:2014-07-31 13:49:06    阅读次数:226
traceroute命令
通过traceroute我们可以知道信息从你的计算机到互联网另一端的主机是走的什么路径。当然每次数据包由某一同样的出发点(source)到达某一同样的目的地(destination)走的路径可能会不一样,但基本上来说大部分时候所走的路由是相同的。linux系统中,我们称之为traceroute,在MS Windows中为tracert。 traceroute通过发送小的数据包到目的设备直到其返回,...
分类:其他好文   时间:2014-07-31 13:21:56    阅读次数:300
Web.Config文件配置
1、配置Access数据库连接Provider属性用于指定使用的数据库引擎,Data Source属性用于指定Access数据库文件位于计算机中的物理位置。ASP.NET 应用程序将 |DataDirectory| 解析为“/app_data”文件夹。2、配置Sql数据库连接3、配置Session变...
分类:Web程序   时间:2014-07-31 13:08:16    阅读次数:223
Android获取Advertising ID
本文摘抄自:https://blog.safaribooksonline.com/2014/01/16/advertising-id-android-kitkat/?utm_source=tuicoolBeginning in August, Google will replace the Andr...
分类:移动开发   时间:2014-07-31 12:53:56    阅读次数:442
[转载]解决/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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!