摘要: 1.类排除列 阅读全文
posted @ 2015-10-13 10:13 熊大大- 阅读(126) 评论(0) 推荐(0)
摘要: 前端代码: 1 2 8 9 10 11 12 @section scripts{13 37 }View Code后台action代码: 1 [HttpPost] 2 public JsonResult JS(string num1... 阅读全文
posted @ 2015-10-12 11:28 熊大大- 阅读(2051) 评论(0) 推荐(1)
摘要: 一、新建安装部署项目二、“应用程序文件夹“中添加应用程序的可执行文件和相应的类库、组件,“用户的程序菜单”添加的文件快捷键将显示在开始菜单中,“用户桌面”添加的文件快捷键将显示在桌面。如需有卸载功能,“应用程序文件夹”中添加(C:\Windows\System32\msiexec.exe)三、查看“... 阅读全文
posted @ 2014-10-29 11:49 熊大大- 阅读(2911) 评论(0) 推荐(0)
摘要: 1 private void label2_Paint(object sender, PaintEventArgs e) 2 {//绘制label中文字 3 string text = "Sri Lanka"; 4 Graphics ... 阅读全文
posted @ 2014-09-01 10:43 熊大大- 阅读(573) 评论(0) 推荐(0)
摘要: 在做一个小demo的时候,发现在文本框中输入一个数字,按下“+”,数字增加了,但是“+”仍旧存在的问题,解决方案:提前执行键盘press事件private void txtNum_KeyPress(object sender, KeyPressEventArgs e) { ... 阅读全文
posted @ 2014-08-28 14:01 熊大大- 阅读(301) 评论(0) 推荐(0)