问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google...
分类:
移动开发 时间:
2014-09-01 17:27:33
阅读次数:
247
新建一张表:createtablenac_user.a_bt(deptvarchar2(5)); 注意:新建表时,表里面至少要有一个字段删除整张表:droptablenac_user.a_bt;增加表的一个属性:altertablenac_user.t_p_merchantaddsexchar(1....
分类:
数据库 时间:
2014-09-01 15:23:03
阅读次数:
249
在以前的项目中,也曾经使用过事务的机制,总结说来一共有三种。...
分类:
其他好文 时间:
2014-08-31 21:31:31
阅读次数:
232
在上篇博客中介绍了使用ThreadLocal维护Connection的方法,这样做的最大的好处就是不用来回的传递Connection了,但是我们有会发现在我们使用事务的时候不可避免的会写许多重复的代码,这些都是与业务逻辑无关的:
Connection conn = ConnectionManage.GetConnection();
Conn...
分类:
其他好文 时间:
2014-08-31 21:29:11
阅读次数:
213
到目前为止,应用程序一直在本地IIS Express上运行。如果你想让别人通过互联网访问你的应用程序,你必须将它部署到WEB服务器同时将数据库部署到数据库服务器
本篇文章中将教你如何使用在将你的应用程序部署到云环境时的Entity Framework 6的非常有价值的两个特性:弹性连接(瞬时错误的自动重试)和命令拦截(捕获所有发送到数据库的SQL查询语句并记录至日志中)。
1.启用弹性连接
当你将应用程序部署到Windows Azure时,相应的数据库部也应被部署到Windows Azure SQL数据库...
分类:
Web程序 时间:
2014-08-30 21:47:10
阅读次数:
3123
头文件:/* * Copyright (c) 2008-2011 Zhang Ming (M. Zhang), zmjerry@163.com * * This program is free software; you can redistribute it and/or modify it * ...
分类:
编程语言 时间:
2014-08-30 21:40:10
阅读次数:
378
1 package cn.itcast.jdbc; 2 3 import java.sql.Connection; 4 import java.sql.Date; 5 import java.sql.PreparedStatement; 6 import java.sql.ResultSet; .....
分类:
数据库 时间:
2014-08-30 17:40:59
阅读次数:
272
WIN 2008 SERVER+FileZilla FTP Server,FTP端口:7890 防火墙中已允许FTP Server及端口访问,设置好后,FileZilla FTP Client客户端,被动模式,能连接,但是出错:425 Can‘t open data connection,不能读出目录...
分类:
其他好文 时间:
2014-08-30 16:31:39
阅读次数:
200
LAST_INSERT_ID自动返回最后一个 INSERT 或 UPDATE 操作为 AUTO_INCREMENT列设置的第一个发生的值. 参考这里The ID that was generated is maintained in the server on aper-connection bas...
分类:
数据库 时间:
2014-08-29 19:50:38
阅读次数:
198
How-To initiate, modify or terminate calls.The eXtented eXosip stackeXosip2 offers a flexible API to help you controling calls.Initiate a callTo start...
分类:
其他好文 时间:
2014-08-29 19:47:20
阅读次数:
239