上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 106 下一页
摘要: PostgreSQL sql script:-- Database: geovindu-- DROP DATABASE geovindu;CREATE DATABASE geovindu WITH OWNER = postgres ENCODING = 'UTF8' TAB... 阅读全文
posted @ 2015-02-12 15:23 ®Geovin Du Dream Park™ 阅读(709) 评论(0) 推荐(0) 编辑
摘要: SQLite sql script: SQLite 数据库连接字符 Csharp操作SQLite 添加返回值 Csharp操作Access添加返回值 https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki http 阅读全文
posted @ 2015-02-11 15:02 ®Geovin Du Dream Park™ 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: create database Liber; use Liber; #顯示數据庫 20150210 Geovin Du 涂聚文 SHOW DATABASES; drop table BookKindList; #书目录 create table BookKindList ( BookKindID I 阅读全文
posted @ 2015-02-10 15:01 ®Geovin Du Dream Park™ 阅读(451) 评论(0) 推荐(0) 编辑
摘要: MySQL存储过程:#插入一条返回值涂聚文注DELIMITER $$ DROP PROCEDURE IF EXISTS `geovindu`.`proc_Insert_BookKindOut` $$ CREATE PROCEDURE `geovindu`.`proc_Insert_BookKindO... 阅读全文
posted @ 2015-02-10 11:39 ®Geovin Du Dream Park™ 阅读(428) 评论(0) 推荐(0) 编辑
摘要: MySQL5.5存储过程:#插入一条 涂聚文DELIMITER $$DROP PROCEDURE IF EXISTS `geovindu`.`proc_Insert_BookKindList` $$CREATE PROCEDURE `geovindu`.`proc_Insert_BookKindL... 阅读全文
posted @ 2015-02-10 01:26 ®Geovin Du Dream Park™ 阅读(315) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/b/kcwalina/archive/2004/06/22/162533.aspx http://www.dotblogs.com.tw/puma/archive/2009/05/28/asp.net-generic-list-sort-find-find 阅读全文
posted @ 2015-02-07 15:56 ®Geovin Du Dream Park™ 阅读(610) 评论(0) 推荐(0) 编辑
摘要: /// /// 全角 /// /// /// public static string FullWidthConvertor(string unicodeString) { ... 阅读全文
posted @ 2015-02-06 15:02 ®Geovin Du Dream Park™ 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1.第一种方式: using SQLDMO;//Microsoft SQLDMO Object Library 8.0 /// /// 数据库的备份 /// 涂聚文注:数据库的备份和实时进度显示代码:(远程备份在数据库原本地,如果在数据库安装的电脑上备份,就可以自行选择... 阅读全文
posted @ 2015-02-05 13:04 ®Geovin Du Dream Park™ 阅读(466) 评论(0) 推荐(0) 编辑
摘要: /// /// 中文转unicode /// /// /// public static string unicode_0(string str) { string outStr =... 阅读全文
posted @ 2015-02-01 20:10 ®Geovin Du Dream Park™ 阅读(1554) 评论(0) 推荐(0) 编辑
摘要: Oracle: 阅读全文
posted @ 2015-01-24 13:52 ®Geovin Du Dream Park™ 阅读(1661) 评论(0) 推荐(0) 编辑
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 106 下一页