曾经做过的一个Python小程序,读取ACCESS数据库,然后list数据# -*- coding: cp936 -*-import wximport wx.libimport sys,glob,randomimport win32com.clientreload(sys)sys.setdefaul...
分类:
数据库 时间:
2014-08-11 11:49:22
阅读次数:
501
在进行数据库操作时,如还原数据库,有时候显示如下错误Exclusive access could not be obtained because the database is in use 可以使用下面语句,关闭当前链接以便继续操作。 use Master ALTER DATABASE yourd...
分类:
数据库 时间:
2014-08-11 11:33:22
阅读次数:
241
--Control中的UseOra.php ? ? <?php if (!defined(‘BASEPATH‘)) ??? exit(‘No direct script access allowed‘); class UseOra extends CI_Controller { ??? public function index() ??? { ?????...
分类:
数据库 时间:
2014-08-11 03:11:01
阅读次数:
378
Consider integer numbers from 1 to n. Let us call the sum of digits of an integer number its weight. Denote the weight of the number x as w(x).
Now let us order the numbers using so called graduated ...
分类:
其他好文 时间:
2014-08-10 18:47:20
阅读次数:
406
平时使用中常常会碰到ping不通的情况,ping不通的原因有非常多,比方路由设置问题,比方网络问题,下面列出几点原因: 1.太心急。即网线刚插到交换机上就想Ping通网关,忽略了生成树的收敛时间。当然,较新的交换机都支持高速生成树,或者有的管理员干脆把用户port(access port)的生成树....
分类:
其他好文 时间:
2014-08-10 12:47:00
阅读次数:
246
Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE MicrosoftInt...
分类:
编程语言 时间:
2014-08-10 12:38:50
阅读次数:
470
话说,Accipiter君,最近又开始怒学Android了,记得刚开始还是09年学的,现在的手机还是华为出的最早的一款Android手机C8500,那时候就想好好学习Android,赚点小钱,可是~~~没有坚持学习!遗恨这么几年啊!所以现在从头学习Android确有一种考古探密的感觉啊!进入正题.....
分类:
移动开发 时间:
2014-08-10 03:55:29
阅读次数:
251
1、在搜索引擎里搜“windbg msdn download”,通常会引导到http://msdn.microsoft.com/en-us/windows/hardware/hh8523652、该页面下部的“Standalone Debugging Tools for Windows (WinDbg...
分类:
数据库 时间:
2014-08-09 21:12:49
阅读次数:
240
public member function
std::vector::front
reference front();
const_reference front() const;
Access first element
访问第一个元素
Returns a reference to the first element in the vector....
分类:
其他好文 时间:
2014-08-09 18:45:48
阅读次数:
243
linux环境下:[root@single ~]# localeLANG=en_US.UTF-8LC_CTYPE="en_US.UTF-8"……windows环境下:C:\Users\Martin>chcp活动代码页: 936字符集其实就是“字符”和“编码”的一张对照表,数据库安装过程中,会选择确认...
分类:
数据库 时间:
2014-08-09 18:15:28
阅读次数:
329