会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shineme
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2012年11月3日
评论的FOORprint
摘要: "Add new comment""Basic HTML code is allowed""HTML code is not allowed""Notify me when new comments are posted""Make Your Comment""Please Leave Your Comment Here"
阅读全文
posted @ 2012-11-03 19:49 shineme
阅读(547)
评论(0)
推荐(0)
2012年10月30日
c#随机生成英文名
摘要: private static string GenerateSurname(){ string name = string.Empty; string[] currentConsonant; string[] vowels = "a,a,a,a,a,e,e,e,e,e,e,e,e,e,e,e,i,i,i,o,o,o,u,y,ee,ee,ea,ea,ey,eau,eigh,oa,oo,ou,ough,ay".Split(','); string[] commonConsonants = "s,s,s,s,t,t,t,t,t,n,n,r,l,d,sm,
阅读全文
posted @ 2012-10-30 11:43 shineme
阅读(4837)
评论(1)
推荐(1)
2012年10月13日
C#截取指定长度字符超出部分以"..."代替,用于处理过长的标题
摘要: public static string StringTruncat(string oldStr, int maxLength, string endWith){ // 判断原字符串是否为空 if (string.IsNullOrEmpty(oldStr)) return oldStr + endWith; // 返回字符串的长度必须大于 1 if (maxLength < 1) throw new Exception("返回的字符串长度必须大于 [0] "); // 判断原字符串是否大于最大长度 if (oldStr.L...
阅读全文
posted @ 2012-10-13 21:25 shineme
阅读(751)
评论(0)
推荐(0)
小众的信用卡收款通道
摘要: moneybrace.com/http://www.hecard.com.cn/
阅读全文
posted @ 2012-10-13 16:56 shineme
阅读(343)
评论(1)
推荐(0)
仿牌UGG抗投诉机房汇总
该文被密码保护。
阅读全文
posted @ 2012-10-13 16:44 shineme
阅读(2)
评论(0)
推荐(0)
2012年9月27日
TXT插入者批量随机插入代码
摘要: private void btn_PLEnglishSingleInsert_Click(object sender, EventArgs e){ if ((this.txtb_FolderIn.Text == string.Empty) || !Directory.Exists(this.txtb_FolderIn.Text)) { MessageBox.Show("批量插入的文件夹路径错误!"); } else if ((this.txtb_FolderOut.Text == string.Empty) || !Directory.Exists(thi...
阅读全文
posted @ 2012-09-27 13:24 shineme
阅读(2194)
评论(0)
推荐(0)
2012年9月23日
nexcess.net IP段
该文被密码保护。
阅读全文
posted @ 2012-09-23 11:15 shineme
阅读(1)
评论(0)
推荐(0)
2012年9月22日
simplehelix.com IP段收集
该文被密码保护。
阅读全文
posted @ 2012-09-22 22:04 shineme
阅读(3)
评论(0)
推荐(0)
2012年9月17日
magento拿webshell的办法
该文被密码保护。
阅读全文
posted @ 2012-09-17 18:37 shineme
阅读(1)
评论(0)
推荐(0)
2012年7月3日
C#模拟http 发送post或get请求
摘要: private string HttpPost(string Url, string postDataStr) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url); request.Method = "POST"; request.ContentType = "application/x-www-form-urlencoded"; request.ContentLength = Encoding.UTF8.GetB...
阅读全文
posted @ 2012-07-03 12:41 shineme
阅读(106923)
评论(13)
推荐(10)
上一页
1
2
3
4
下一页
公告