一业内朋友让我写个快速创建标高的插件。
分类:
Windows开发 时间:
2014-02-27 23:22:07
收藏:
0 评论:
0 赞:
0 阅读:
706
在vs2013下使用wcfRestservice40
是安装不成功的,尝试多遍,都是这样。查看以前vs2012做的wcfrest,经过调教,终于在vs2013下也可以了!1.新建wcf服务应用程序2.调制配置文件
element below --> View Code 3.添加全局应用程序类 Glo...
分类:
其他 时间:
2014-02-27 23:20:47
收藏:
0 评论:
0 赞:
0 阅读:
602
using System; using System.ComponentModel; using
System.Data; using System.Windows.Forms; namespace WindowsApplication1 { public
partial class Form1 :...
分类:
其他 时间:
2014-02-27 23:20:19
收藏:
0 评论:
0 赞:
0 阅读:
631
shell字符串操作详解的相关资料.1、shell变量声明的判断表达式 含义${var} 变量var的值,
与$var相同${var-DEFAULT} 如果var没有被声明, 那么就以$DEFAULT作为其值 *${var:-DEFAULT} 如果var没有被声明,
或者其值为空, 那么就以$DEF...
分类:
其他 时间:
2014-02-27 23:19:16
收藏:
0 评论:
0 赞:
0 阅读:
554
shell的逻辑运算符
涉及有以下几种类型,因此只要适当选择,可以解决很多复杂的判断。一、逻辑运算符逻辑卷标 表示意思1. 关于档案与目录的侦测逻辑卷标!-f 常用!侦测『档案』是否存在
eg: if [ -f filename ]-d 常用!侦测『目录』是否存在-b 侦测是否为一个『 block ...
分类:
其他 时间:
2014-02-27 23:18:48
收藏:
0 评论:
0 赞:
0 阅读:
603
测试平台:macbook air 2012 , os x 10.9.2 , eclipse
4.3在升级了 10.9 之后,eclipse 的CDT 无法正常使用了异常表现:1. 文件乱码2. command + b
后异常的错误(编译异常)3.Launch Failed Binary Not Fo...
分类:
其他 时间:
2014-02-27 23:17:15
收藏:
0 评论:
0 赞:
0 阅读:
712
先建一个窗体,添加reportview,然后添加RDLC文件,然后添加数据集1、添加一个数据集点确定后界面如下在空白处右键修改名称添加行重命名行表效果2、添加报表确定后出现下面界面然后添加资料数据源点击新增,选择资料集,出现下面界面输入名称为message,资料来源选择DataSet1,也就是你创建...
分类:
数据库技术 时间:
2014-02-27 23:16:45
收藏:
0 评论:
0 赞:
0 阅读:
702
http://www.cnblogs.com/wt616/archive/2011/06/20/Android_Toast.html
分类:
移动平台 时间:
2014-02-27 23:15:51
收藏:
0 评论:
0 赞:
0 阅读:
631
Java doesnot support pointers. Pointers are
tricky to use and troublesome.Java does not support multiple inheritances
because it causes more problems ...
分类:
编程语言 时间:
2014-02-27 23:16:16
收藏:
0 评论:
0 赞:
0 阅读:
643
http://developer.51cto.com/art/200907/136830.htm
分类:
其他 时间:
2014-02-27 23:14:54
收藏:
0 评论:
0 赞:
0 阅读:
608
We follow the four steps in the design
principle:FUNCTIONThere are three types of parking spaces: motorbike, car and
handicapped car. Motorbikes and c...
分类:
其他 时间:
2014-02-27 23:15:21
收藏:
0 评论:
0 赞:
0 阅读:
604
new int;//开辟一个存放整数的存储空间,返回一个指向该存储空间的地址(即指针) new
int(100);//开辟一个存放整数的空间,并指定该整数的初值为100,返回一个指向该存储空间的地址 new
char[10];//开辟一个存放字符数组(包括10个元素)的空间,返回首元素的地址 new...
分类:
编程语言 时间:
2014-02-27 23:14:23
收藏:
0 评论:
0 赞:
0 阅读:
592
1.链接地址:http://bailian.openjudge.cn/practice/1191/http://poj.org/problem?id=11912.题目:总时间限制:1000ms内存限制:65536kB描述将一个8*8的棋盘进行如下分割:将原棋盘割下一块矩形棋盘并使剩下部分也是矩形,再...
分类:
其他 时间:
2014-02-27 23:13:22
收藏:
0 评论:
0 赞:
0 阅读:
724
1.链接地址:http://bailian.openjudge.cn/practice/1753/http://poj.org/problem?id=17532.题目:总时间限制:1000ms内存限制:65536kB描述Flip
game is played on a rectangular 4x4...
分类:
其他 时间:
2014-02-27 23:12:51
收藏:
0 评论:
0 赞:
0 阅读:
913
http://www.eoeandroid.com/thread-263361-1-1.html
分类:
其他 时间:
2014-02-27 23:12:22
收藏:
0 评论:
0 赞:
0 阅读:
650
Word Ladder II2014.2.13 01:23Given two words
(startandend), and a dictionary, find all shortest transformation sequence(s)
fromstarttoend, such that:O...
分类:
其他 时间:
2014-02-27 23:11:58
收藏:
0 评论:
0 赞:
0 阅读:
627
As the name implies, a stateless iterator is an
iterator that does not keep any state by itself. Therefore, we may use the same
stateless iterator in ...
分类:
其他 时间:
2014-02-27 23:11:01
收藏:
0 评论:
0 赞:
0 阅读:
633
一.需求:开发一个简易的短信发送器,输入:对方手机号码,短信内容,点击发送按钮,短信发送成功,对方手机成功收到短信.其中要求短信内容过长时可以自动拆分,长度英文是160个英文,中文是70个,中英混合时以70个为准.当手机号码和短信内容为空时要有提示.二.实现:1.实现的效果图1)5554的模拟器给5...
分类:
移动平台 时间:
2014-02-27 23:10:29
收藏:
0 评论:
0 赞:
0 阅读:
799
原文地址:http://en.wikipedia.org/wiki/Virtual_functionInobject-oriented
programming, avirtual functionorvirtual methodis afunctionormethodwhose behavior
c...
分类:
其他 时间:
2014-02-27 23:11:28
收藏:
0 评论:
0 赞:
0 阅读:
711
Word Ladder2014.2.27 02:14Given two words
(startandend), and a dictionary, find the length of shortest transformation
sequence fromstarttoend, such th...
分类:
其他 时间:
2014-02-27 23:09:58
收藏:
0 评论:
0 赞:
0 阅读:
396