言:这两天在整WebApi的服务,由于调用方是Android客户端,Android开发人员也不懂C#语法,API里面的接口也不能直接给他们看,没办法,只有整个详细一点的文档呗。由于接口个数有点多,每个接口都要详细说明接口作用、参数类型、返回值类型等等,写着写着把博主惹毛了,难道这种文档非要自己写不成 ...
//选择文件夹 FolderBrowserDialog dia = new FolderBrowserDialog(); if (dia.ShowDialog() == System.Windows.Forms.DialogResult.OK) { string filePath = dia.Sel ...
http://acm.xidian.edu.cn/problem.php?id=1083 栈,因为只有一种括号,所以只要模拟栈就可以了。 ...
分类:
其他好文 时间:
2016-10-22 07:53:35
阅读次数:
270
http://acm.xidian.edu.cn/problem.php?id=1080 神奇的规律,却不知道为什么,上面那道曼哈顿路径的题还没想出来呢。 ...
分类:
其他好文 时间:
2016-10-22 07:50:54
阅读次数:
216
待续.... public class MainActivity extends Activity { private TextView tv; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate ...
分类:
移动开发 时间:
2016-10-21 16:35:07
阅读次数:
291
传统ajax 使用fetch fetch兼容使用:可以使用 参考:https://github.com/github/fetch 但是IOS7不支持Promise,导致,一直报错,Can't find variable: Promise ,ios8及以上支持Promise 决解办法:http://s ...
分类:
移动开发 时间:
2016-10-21 11:19:14
阅读次数:
886
正弦 以下概念需掌握 直角,锐角 sinA = 对边 / 斜边 ...
分类:
其他好文 时间:
2016-10-21 10:52:20
阅读次数:
171
官网:https://wiki.gnome.org/Apps/Dia 这是因为XML-Parser缺失而造成的,解决方法是进行这装下载XML-Parser ...
分类:
系统相关 时间:
2016-09-30 01:56:28
阅读次数:
327
1732 Fibonacci数列 2 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 题解 查看运行结果 1732 Fibonacci数列 2 1732 Fibonacci数列 2 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Dia ...
分类:
其他好文 时间:
2016-06-02 13:07:55
阅读次数:
206
摘要:介绍如何编写自定义的控件,用在报表的窗体上(如Edit,Button等) Writing Custom Common Controls 编写自定义控件 FastReport contains a set of common controls which can be placed on dia... ...
分类:
其他好文 时间:
2016-05-26 13:03:40
阅读次数:
206