码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
微软企业库5.0 支持 MySql
三步让 企业库支持 mysql 数据库 1.创建 MySqlDatabaseData 类 using Microsoft.Practices.EnterpriseLibrary.Common.Configuration; using Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel; using...
分类:数据库   时间:2014-06-20 12:49:38    阅读次数:476
MySQL数据库存储过程动态表建立(PREPARE)
PREPARE statement_name FROM sql_text /*定义*/   EXECUTE statement_name [USING variable [,variable...]] /*执行预处理语句*/   DEALLOCATE PREPARE statement_name /*删除定义*/   这是我项目当中用到的,用作参考使用:DELIMITER $$ DROP PROC...
分类:数据库   时间:2014-06-20 11:22:00    阅读次数:279
SharePoint2013导入Excel到列表
using Microsoft.SharePoint; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.OleDb; using System.Linq; using System.Web.UI.WebCo...
分类:其他好文   时间:2014-06-07 14:39:38    阅读次数:226
差分约束Poj3159 Candies
没负环。直接搞就行,但是 spfa 队列会超时。#include #include #include #include #include #include #include #include #include #include #include int n;using namespace std;s...
分类:其他好文   时间:2014-06-07 09:02:03    阅读次数:200
【Vegas原创】Livewriter不能连接博客园的解决办法
报错现象:解决方法:1,日志网址上面,随便输入一个字符,比如:a ,下一步2,手动配置日志类型:a) 在“Type of weblog that you are using”中选择“Custom(Metaweblog API)”。 b) “Remote posting URL for your we...
分类:其他好文   时间:2014-06-07 08:52:05    阅读次数:254
c#事务用法
/////ado.net1.0中使用Transacation(事务)string connectionString = "database=Northwind;pwd=admin;uid=sa;server=DATABASE-VPC\\SQL2005";using (SqlConnection co...
分类:其他好文   时间:2014-06-07 08:09:03    阅读次数:244
poj 1061 青蛙的约会()
题目链接题意:扩展gcd模板: 1 #include 2 #include 3 #include 4 #include 5 #define LL long long 6 using namespace std; 7 8 void exgcd(LL a, LL b, LL &d, LL &x...
分类:其他好文   时间:2014-06-07 07:50:13    阅读次数:187
Test Automation With Selenium Using Page Object Design
WebDriver IntroductionA different way of automating the browser.. Create a browser-specific driver to control the browser directly and have to do this...
分类:其他好文   时间:2014-06-07 07:14:40    阅读次数:290
通过Ibinder类Bind service
Binder is like RPC in java. It enables multi-processes communication. Now we will talking about how to bind service using IBinder class.总共有3种bind serv...
分类:其他好文   时间:2014-06-07 06:29:37    阅读次数:232
差分约束Poj 3169 Layout
#include #include #include #include #include #include #include #include #include #include #include using namespace std;int n;const int INF=0xfffffff;s...
分类:其他好文   时间:2014-06-07 06:11:19    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!