码迷,mamicode.com
首页 >  
搜索关键字:sublime text 2    ( 54572个结果
Unable to find target command: exec
昨天刚刚配置好的Sublime Text3可以编译C++11了,今早突然就发现了题目所出的问题,看看配置都没问题,网上的回答也不多,但后来受到启发在Data\Installed Packages这里有Package Control.sublime-package这个东东,其实就是我昨天安装插件失败的...
分类:其他好文   时间:2014-05-26 05:44:36    阅读次数:1124
字符串相似度计算的方法,使用SQL以及C#实现,本文非原创摘自网络(.NET SQL技术交流群入群206656202需注明博客园)
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace ConsoleApplication6 6 { 7 class semblance 8 { 9 10 ...
分类:数据库   时间:2014-05-26 02:11:57    阅读次数:486
【C#】浏览器源代码
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-05-26 00:40:38    阅读次数:214
【C#】简单计算器源代码
form1.cs using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Syst...
分类:其他好文   时间:2014-05-26 00:25:36    阅读次数:336
word 文档操作类,可以读出word中书签 批量替换内容,直接调用
using System;using System.Collections.Generic;using System.Text;using Word = Microsoft.Office.Interop.Word;namespace ELO.BLL{ /* * Descrip...
分类:其他好文   时间:2014-05-25 23:20:06    阅读次数:420
小项目:mini资源管理器【使用IO流:包含(Directory与DirectoryInfo、File与FileInfo的用法)】
主界面是这样的1.在点击查询引发的事件时把TextBox.Text输入的目录地址加载到TreeList控件里。 private void btnSelect_Click(object sender, EventArgs e) { //避免重复加载 ...
分类:其他好文   时间:2014-05-25 19:22:05    阅读次数:264
python cookbook —— Searching and Replacing Text in a File
要将文件中的某一个字符串替换为另一个,然后写入一个新文件中:首先判断输入格式,至少需要输入被搜索的Text和替换的Text,输入输出文件可以是存在的文件,也可以是标准输入输出流(os.path是个好东西)import os, sysnargs = len(sys.argv)if not 3 3: ....
分类:编程语言   时间:2014-05-25 16:07:07    阅读次数:315
foreach是怎么实现遍历的
using System;using System.Collections;using System.Collections.Generic;using System.Linq; using System.Text;using System.Threading.Tasks;namespace Con...
分类:其他好文   时间:2014-05-25 14:55:16    阅读次数:160
C#调用OFBiz的WebService
OFBize  WebService 跑起来了,用Soapui 测试正常。 在C# 中调用, 参考文章:http://blog.csdn.net/lorinzhang/article/details/6339380 同样使用其 http post 方法,返回的是失败报文。 迷惑中,使用rawcap 抓包分析,发现Soapui 的包 Content-Type: text/xml;chars...
分类:Web程序   时间:2014-05-25 12:59:46    阅读次数:301
android_常用UI控件_01_TextView2
显示图片和文字MainActivity.javapackagecom.example.android_textview_showqqface; importjava.lang.reflect.Field; importandroid.os.Bundle; importandroid.app.Activity; importandroid.graphics.Color; importandroid.graphics.drawable.Drawable; importandroid.text.H..
分类:移动开发   时间:2014-05-24 16:41:39    阅读次数:486
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!