摘要: EXEC sp_configure 'show advanced options', 1 GO RECONFIGURE GO EXEC sp_configure 'Ad Hoc Distributed Queries', 1 GO RECONFIGURE GO INSERT INTO IPToCity(IP_Start,IP_End,IP_Province,IP_City) SELECT IP_S... 阅读全文
posted @ 2010-03-19 10:00 小さいです哥 阅读(203) 评论(0) 推荐(0)
摘要: http://www.skycn.com/soft/52887.html 阅读全文
posted @ 2010-03-19 09:15 小さいです哥 阅读(271) 评论(0) 推荐(0)
摘要: http://files.cnblogs.com/xsmhero/IE6green.rar原IE7,装绿IE6后,IE6显示版本是IE7的而且在文件夹地址中打不开网址,运行IEXPLORE也变成IE6了,我要IE7.         ------先装绿色IE6再装IE7 阅读全文
posted @ 2010-03-18 17:16 小さいです哥 阅读(186) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Configuration;using HeartEnjoy.DBUtility.DEncrypt;namespace HeartE... 阅读全文
posted @ 2010-03-16 14:41 小さいです哥 阅读(357) 评论(0) 推荐(0)
摘要: 复制:privatevoidbutton1_Click(objectsender,System.EventArgse){  //Takestheselectedtextfromatextboxandputsitontheclipboard.  if(textBox1.SelectedText!=”")  Clipboard.SetDataObject(textBox1.Selected... 阅读全文
posted @ 2010-03-10 11:31 小さいです哥 阅读(592) 评论(1) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Security.Cryptography;namespace EncryptionDecryption{ class EDClass { /// <summary>... 阅读全文
posted @ 2010-03-10 09:58 小さいです哥 阅读(591) 评论(1) 推荐(0)
摘要: Eclipse 3.4+MyEclipse 6.01+MyEclipse 6.5+MyEclipse 6.01注册机+Eclipse汉化包官方下载地址都是供WINDOWS32平台使用,时时保持更新!说明:Eclipse3.3支持MyEclipse6.0或者MyEclipse6.0插件,至于Eclipse3.4对应的插件为MyEclipse7.0,推荐安装MyEclipse6.0 all in on... 阅读全文
posted @ 2010-03-08 17:32 小さいです哥 阅读(192) 评论(0) 推荐(0)
摘要: //将IP 地址转化为数字public long IPtoNum(string Ip){string[] stringip = new string[4];stringip = Ip.Split('.');long ipnum = Convert.ToInt64((stringip[0])) * 16777216 + Convert.ToInt64(stringip[1]) * 65536 + C... 阅读全文
posted @ 2010-02-22 09:52 小さいです哥 阅读(283) 评论(0) 推荐(1)
摘要: ExtractFilePath(Application->ExeName)+"\\xsmhero.txt"; 阅读全文
posted @ 2010-02-03 13:36 小さいです哥 阅读(164) 评论(0) 推荐(0)
摘要: 最新下载手机电影  www.y80s.com 阅读全文
posted @ 2010-01-29 12:55 小さいです哥 阅读(285) 评论(0) 推荐(1)