码迷,mamicode.com
首页 >  
搜索关键字:sublime text 2    ( 54572个结果
委托复习
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托复习 8 {.....
分类:其他好文   时间:2014-06-18 22:04:02    阅读次数:118
SpecialFolder
privatevoidbutton1_Click(objectsender,EventArgse){Environment.SpecialFolderspecialFolder1=Environment.SpecialFolder.DesktopDirectory;textBox1.Text=Sys...
分类:其他好文   时间:2014-06-18 21:24:58    阅读次数:302
第二版博客首页安装代码
css:#profile_block{text-align:center;position:absolute; top:60px; right:10px;}#blog-calendar{border-radius: 7px;background:#fff;}#p_b_follow{padding-t...
分类:其他好文   时间:2014-06-18 19:09:20    阅读次数:198
如何让table中td宽度固定
table中td会随着里面的内容伸缩,设置其width样式并没有效果。这个时候需要下面的CSS可以实现。首先是设置table.table {table-layout:fixed;}其次是td.table td { overflow: hidden; white-space: nowra...
分类:其他好文   时间:2014-06-18 18:06:34    阅读次数:221
将Excel导入SQL Server 只能导入数字,其他数据变为NULL怎么解决?
先新建一个TXT文件,把数据粘贴进去再新建一个Excel文件,在菜单栏中选Data再选From Text找到txt文件,点import一定要选Text点Finish,点OK。接下来在往数据库中导入打开SQL Server Management Studio在需要导入数据的数据库名上点击鼠标右键选Ta...
分类:数据库   时间:2014-06-18 17:30:02    阅读次数:307
PHP逐行读取Text文本文件
php逐行读取文本文件的内容。php文件$handler = fopen('test6.txt','r'); //打开文件while(!feof($handler)){ $m[] = fgets($handler,4096); //fgets逐行读取,4096最大长度,默认为1024}fclo...
分类:Web程序   时间:2014-06-18 17:01:36    阅读次数:8018
【DDD-Apwork框架】事件总线和事件聚合器
第一步:事件总线和事件聚合器 【1】事件总线IEventBus IUnitOfWork.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading...
分类:其他好文   时间:2014-06-18 16:58:56    阅读次数:1005
【转】sublime text 2 中文乱码解决办法
sublime text 2是一款非常优秀的跨平台文本及源代码编辑器,本人非常喜欢,但是不支持GB2312和GBK编码在某些时候比较麻烦。可以通过向sublime text 中添加编码类型转换包(比如“ConvertToUTF8")来解决这一问题。具体方法如下:首先声明:这一方法前提是sublime...
分类:其他好文   时间:2014-06-18 16:53:37    阅读次数:276
c# Ftp下载程序源码解析
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Sy...
分类:其他好文   时间:2014-06-16 14:22:40    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!