码迷,mamicode.com
首页 >  
搜索关键字:source insight    ( 17514个结果
经过多次的测试,最终写出了access数据库一次插入多条数据
OleDbConnection inconn = new OleDbConnection("Provider=Microsoft.Jet.OleDb.4.0;Data Source=DB.mdb"); inconn.Open(); OleDbTransa...
分类:数据库   时间:2014-08-09 13:10:07    阅读次数:279
linux mailx 安装使用
A先删除系统上的,sendmail#yumremovesendmail-yBcd/opt/ ll wgethttp://sourceforge.net/projects/heirloom/files/latest/download?source=files ll du-shmailx-12.4.tar.bz2 tarjxvfmailx-12.4.tar.bz2 cdmailx-12.4 make makeinstallUCBINSTALL=/usr/bin/install mailx-V vi..
分类:系统相关   时间:2014-08-08 16:29:46    阅读次数:702
centos下安装lanmp
一: 安装nginx-1.6.1 #wgethttp://nginx.org/download/nginx-1.6.1.tar.gz #解压到/mnt2/software_source/ #cd /mnt2/software_source/nginx-1.6.1 #./configure -...
分类:其他好文   时间:2014-08-08 15:46:56    阅读次数:157
数据库连接字符串与打开出现错误
//sql server 身份验证 连接字符串 string str= "server=服务器名称;database=数据库名称;uid=登录名称;pwd=登录密码";或stringstr="Data Source=服务器名称;Initial Catalog=数据库名称;User ID=登陆名称;P...
分类:数据库   时间:2014-08-08 15:13:26    阅读次数:224
Xamarin开发Android时Visual Studio 2012没有智能提示解决办法
Most of the people who work with Xamarin’s Mono for Android in Visual Studio 2012 face a bug where Intellisense doesn’t work for AXML in source view.O...
分类:移动开发   时间:2014-08-08 01:31:35    阅读次数:355
HDFS Scribe Integration 【转】
It is finally here: you can configure the open source log-aggregator, scribe, to log data directly into the Hadoop distributed file system.Many Web 2....
分类:其他好文   时间:2014-08-07 22:03:16    阅读次数:261
CubieTech Will Promote A80 Highperformance Mini PC
(These are 3D simulation pictures of CC-A80. These are not real photoes!!!) We have always had a dream to spread the open source Linux system to millions of households. Closed Apple system and Wind...
分类:其他好文   时间:2014-08-07 19:28:40    阅读次数:357
在Ubuntu 12.04 64 位 搭载Android4.4源码编译环境
一、准备工作:(1)VMare Workstation 10(2)Ubuntu12.04 64bit(3)JDK1.6 (4)Android 4.4 源码(PS: 忘记下载的地方了)(5)安装好ubuntu12.04之后,在update source manager中设置一下软件源,选择selece...
分类:移动开发   时间:2014-08-07 17:59:10    阅读次数:285
PHP移动互联网开发笔记(4)——自定义函数及数组
一、自定义函数自定义函数就是我们自己定义的函数,在PHP中自定义函数格式如下:function funname(arg1, arg2, arg3......){//TODOreturn values;}view sourceprint?01.输出结果:下面再举一个可变参数的函数view source...
分类:移动开发   时间:2014-08-07 12:30:00    阅读次数:367
aix 7 挂载LINUX下NFS
目的是备份数据库;又没与多余的硬盘空间,想挂载LINUX下的NFS来实现;把步骤记录下来,供参考:一、在LINUX下把NFS搭建完成;[root@hostback~]#rpm-qa|grepnfsnfs-utils-lib-1.0.8-7.9.el5nfs-utils-1.0.9-60.el5[root@hostbackCentOS]#pwd/home/install_source/cdsorce/CentOS..
分类:系统相关   时间:2014-08-07 07:38:40    阅读次数:552
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!