上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 65 下一页
摘要: Imageimage = System.Drawing.Image.FromFile(@"C:\A.JPG");Bitmappbitmap =newBitmap(image);pbitmap.MakeTransparent(Color.White);pictureBox1.Image = pbitmap; 阅读全文
posted @ 2013-06-18 13:59 94cool 阅读(2684) 评论(0) 推荐(0)
摘要: 2012年福州中小学最新排名福州市最好的小学如下:鼓楼区较好的小学:1、钱塘小学,2、乌山小学,3、鼓楼一小,4、鼓楼二小,5、福州实验小学,6、教院一附小,7、教院二附小,8、鼓楼实验小学,9、鼓楼五小,10、湖滨小学台江区较好的小学:1、群众路小学,2、台江三小,3、台江一小,4、台江实验小学,5、工业路小学,6、国货路小学,仓山区较好的小学:1、麦顶小学,2、师大附小,3、仓山小学,4、南台实验小学,5、仓山实验小学,6、金山小学,7、仓山一小,8、仓山二小,9、城门中心小学,10、郭宅中心小学晋安区较好的小学:1、晋安一小,2、象园小学,3、晋安二小,4、晋安三小,5、晋安进修校附小, 阅读全文
posted @ 2013-06-08 10:20 94cool 阅读(5161) 评论(0) 推荐(0)
摘要: Android手机屏幕大小不一,有480x320, 640x360, 800x480.怎样才能让App自动适应不同的屏幕呢? 其实很简单,只需要在res目录下创建不同的layout文件夹,比如layout-640x360,layout-800x480,所有的layout文件在编译之后都会写入R.java里,而系统会根据屏幕的大小自己选择合适的layout进行使用。 阅读全文
posted @ 2013-05-29 09:24 94cool 阅读(191) 评论(0) 推荐(0)
摘要: 1 public partial class Form2 : Form 2 { 3 [DllImport("user32")] 4 public static extern bool RegisterHotKey(IntPtr hWnd, int id, uint control, Keys vk); 5 //解除注册热键的api 6 [DllImport("user32")] 7 public static extern bool UnregisterHotKey(IntPtr hWnd, int id... 阅读全文
posted @ 2013-05-22 08:52 94cool 阅读(1024) 评论(0) 推荐(0)
摘要: 之所以会出现你遇到的这个问题,是因为项目引用了自身的Dll文件,系统就把项目本身和项目本身生成的DLl文件看成两个项目来对待,因为它们两个本身就是对等的,就会出现冲突的问题。解决办法很简单,就是去掉项目对自身的引用。 阅读全文
posted @ 2013-04-10 10:14 94cool 阅读(1312) 评论(0) 推荐(0)
摘要: Alexia 亚莉克希亚……帮助Alice 爱丽丝……尊贵的真诚的爱做梦的女孩Alma 爱玛……真情的和善的Alva 阿尔娃……白皙的Amanda 阿曼达……值得爱的Amelia 阿蜜莉雅……勤勉的劳动的Amy 艾咪……最心爱的人 可爱的Anastasia 安娜塔西雅……再度振作起来之人复活Andrea 安德莉亚……有气概美丽而优雅Angela 安琪拉……天使报信者安琪儿Ann 安妮……优雅的仁慈的上帝Anna 安娜……优雅Annabelle 安娜贝儿……美丽的女子可爱的和蔼可亲的Antonia 安东妮儿……无辞以赞受尊崇的人April 艾谱莉……春天大地初醒之时春天生的女孩Arlene 艾琳 阅读全文
posted @ 2013-03-19 11:19 94cool 阅读(162250) 评论(1) 推荐(0)
摘要: ffmpeg -i rtsp://218.204.223.237:554/live/1/66251FC11353191F/e7ooqwcfbqjoo80j.sdp -r 1/60 -f image2 d:\\1\\images%05d.png -c copy -map 0 -f segment -segment_time 60 -segment_format mp4 "d:\\1\\out%03d.mp4"-r 1/60:每分钟-segment_time 60::每分钟 阅读全文
posted @ 2013-03-08 10:31 94cool 阅读(16258) 评论(0) 推荐(0)
摘要: 1 public class UISync 2 { 3 private static ISynchronizeInvoke Sync; 4 5 public static void Init(ISynchronizeInvoke sync) 6 { 7 Sync = sync; 8 } 9 10 public static void Execute(Action action)11 {12 Sync.BeginInvoke(action, ... 阅读全文
posted @ 2013-03-06 16:10 94cool 阅读(1237) 评论(0) 推荐(0)
摘要: class 点面关系 { static void Main(string[] args) { //Vector2D point1 = new Vector2D(39.909209536859834, 116.3225715637207);//in Vector2D point1 = new Vector2D(39.901045, 116.415596);//out Vector2D cPoint = new Vector2D(39.909209536859834, 116.32257156372... 阅读全文
posted @ 2013-03-06 14:17 94cool 阅读(7513) 评论(8) 推荐(1)
摘要: 阅读全文
posted @ 2013-03-05 15:49 94cool 阅读(92) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 65 下一页