会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码艺术
代码改变世界,我改变代码
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
34
35
36
37
38
39
40
41
42
下一页
2014年10月22日
C# this调用构造函数及析构函数
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace trainProject{ public class Student { public ...
阅读全文
posted @ 2014-10-22 22:20 小白ACE
阅读(1165)
评论(0)
推荐(0)
2014年10月21日
asp.net 生成验证码
摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
阅读全文
posted @ 2014-10-21 22:05 小白ACE
阅读(243)
评论(0)
推荐(0)
C# 一般处理程序生成验证码
摘要: using System;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protoco...
阅读全文
posted @ 2014-10-21 17:41 小白ACE
阅读(578)
评论(0)
推荐(0)
js正则匹配table,img及去除各种标签问题
摘要: //获取公示栏内容 s = "$row.detail$"; mainContent =s; //如果有多个table使用下面注释的正则只会匹配成一个table //var tabReg ...
阅读全文
posted @ 2014-10-21 14:45 小白ACE
阅读(3361)
评论(0)
推荐(0)
完整版ffmpeg使用情况
摘要: protected void Page_Load(object sender, EventArgs e) { string filePath = @"D:/Prjects/MT147/example/01/"; //将是视频转为SWF格式...
阅读全文
posted @ 2014-10-21 14:39 小白ACE
阅读(530)
评论(0)
推荐(0)
2014年10月20日
js 分页问题
摘要: 页面分页 标题
阅读全文
posted @ 2014-10-20 23:38 小白ACE
阅读(324)
评论(0)
推荐(0)
正则表达式
摘要: 1、匹配不含某个字符:如:匹配不含abc字符((?!abc).)*
阅读全文
posted @ 2014-10-20 20:50 小白ACE
阅读(135)
评论(0)
推荐(0)
2014年10月17日
sql server存储过程简单的使用
摘要: --创建存储过程create proc test_proc @date datetimeas select * from t_user where times betweenconvert(datetime,CONVERT(varchar(10),DATEPART(YYYY...
阅读全文
posted @ 2014-10-17 22:15 小白ACE
阅读(273)
评论(0)
推荐(0)
2014年10月16日
C# ffmpeg工具将视频转为SWF格式
摘要: 1.下载 ffmpeg 工具using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.S...
阅读全文
posted @ 2014-10-16 10:46 小白ACE
阅读(1602)
评论(0)
推荐(0)
2014年10月15日
C# cmd调用外部命令
摘要: void test2() { Process process = new Process(); //C:\\Users\\Administrator\\Desktop\\ffmpeg\\bin\\ffmpeg.exe ...
阅读全文
posted @ 2014-10-15 18:16 小白ACE
阅读(689)
评论(0)
推荐(0)
上一页
1
···
34
35
36
37
38
39
40
41
42
下一页
公告