昨天刚刚配置好的Sublime
Text3可以编译C++11了,今早突然就发现了题目所出的问题,看看配置都没问题,网上的回答也不多,但后来受到启发在Data\Installed
Packages这里有Package Control.sublime-package这个东东,其实就是我昨天安装插件失败的...
分类:
其他好文 时间:
2014-05-26 05:44:36
阅读次数:
1124
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
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
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
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
主界面是这样的1.在点击查询引发的事件时把TextBox.Text输入的目录地址加载到TreeList控件里。 private void
btnSelect_Click(object sender, EventArgs e) { //避免重复加载 ...
分类:
其他好文 时间:
2014-05-25 19:22:05
阅读次数:
264
要将文件中的某一个字符串替换为另一个,然后写入一个新文件中:首先判断输入格式,至少需要输入被搜索的Text和替换的Text,输入输出文件可以是存在的文件,也可以是标准输入输出流(os.path是个好东西)import
os, sysnargs = len(sys.argv)if not 3 3: ....
分类:
编程语言 时间:
2014-05-25 16:07:07
阅读次数:
315
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
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
显示图片和文字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