一:从字符串总分离文件路径、命名、扩展名,上图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using Syst...
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
lmysql有六处使用了字符集,分别为:client
、connection、database、results、server
、system。?client是客户端使用的字符集。?connection是连接数据库的字符集设置类型,如果程序没有指明连接数据库使用的字符集类型就按照服务器端默认的字符集设...
分类:
数据库 时间:
2014-05-22 02:27:03
阅读次数:
278
//wpf中实现类似于qq的抖动窗效果//前段页面 //后台using System; using
System.Collections.Generic; using System.Linq; using System.Text; using
System.Window...
分类:
其他好文 时间:
2014-05-22 02:20:32
阅读次数:
212
在Oracle中如果错误地提交了修改操作,然后想查看修改前的值,这时候可以使用查询闪回(query
flashback)。查询闪回可以根据根据一个时间值或者系统变更号(SCN)进行。执行闪回操作,要使用户具有EXECUTE权限,下面以sys身份登录,并授权给store用户一、时间查询闪回用户stor...
分类:
数据库 时间:
2014-05-22 00:11:32
阅读次数:
389
--第一种分页(TOP方式)--select * from T_Sys_User where
User_Id in (select top 10 User_Id from T_Sys_User where User_Id not in(select
top (10*0) User_Id from T...
分类:
数据库 时间:
2014-05-21 22:44:21
阅读次数:
485
using System.Data.SqlClient;static void
Main(string[] args) { string connString = @"Data Source=.; Initial
Catalog=lh0216; User ID=s...
分类:
数据库 时间:
2014-05-21 21:37:07
阅读次数:
369
一:上图二:代码主界面代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using ...
1 2 3 4 5 20 21 22 23 24 25 26 27 28 View
Code上面是前台代码,下面是后台代码. 1 public partial class WebForm1 : System.Web.UI.P...
分类:
Web程序 时间:
2014-05-21 05:40:54
阅读次数:
321
using System.Data.SqlClient;static void
Main(string[] args) { string connString = @"Data Source=.; Initial
Catalog=lh0216; User ID=s...
分类:
数据库 时间:
2014-05-21 04:18:08
阅读次数:
388