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 import java.text.SimpleDateFormat; 2 import
java.util.Date; 3 import javax.swing.JOptionPane; 4 5 public class Ch2Sample1 {
6 7 public st...
分类:
其他好文 时间:
2014-05-25 22:27:03
阅读次数:
269
- (void)searchBar:(UISearchBar *)searchBar
textDidChange:(NSString *)searchText;{
NSLog(@"textDidChange---%@",searchBar.text); if (searchBar.tex...
分类:
其他好文 时间:
2014-05-25 19:50:46
阅读次数:
666
主界面是这样的1.在点击查询引发的事件时把TextBox.Text输入的目录地址加载到TreeList控件里。 private void
btnSelect_Click(object sender, EventArgs e) { //避免重复加载 ...
分类:
其他好文 时间:
2014-05-25 19:22:05
阅读次数:
264
jQuery 获取兄弟元素的几种方法。获取指定元素的兄弟元素时,可以使用adjacent
sibling combinator (+),其中+的两侧内容都是selector expression. 如果要获取下例中所有的 h1的直接兄弟元素h2
Main title Section title S....
分类:
Web程序 时间:
2014-05-25 19:13:38
阅读次数:
374
要将文件中的某一个字符串替换为另一个,然后写入一个新文件中:首先判断输入格式,至少需要输入被搜索的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