上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 31 下一页
  2018年1月31日
摘要: 源地址:https://www.cnblogs.com/lcawen/p/6645358.html 阅读全文
posted @ 2018-01-31 11:10 海子呢 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 源地址:http://blog.csdn.net/feihu19851111/article/details/7523118 阅读全文
posted @ 2018-01-31 10:53 海子呢 阅读(131) 评论(0) 推荐(0) 编辑
  2018年1月24日
摘要: 说明程序中配置数据库连接的地方没有写tnsnames.ora中的SERVICE_NAME,或者SERVICE_NAME写的有错,检查一下,改正应该就好了 阅读全文
posted @ 2018-01-24 14:56 海子呢 阅读(860) 评论(0) 推荐(0) 编辑
摘要: 源地址:http://blog.csdn.net/razilfelix/article/details/52289663 string 转换成 Char[] string ss = "abcdefg"; char[] cc = ss.ToCharArray(); Char[] 转换成string s 阅读全文
posted @ 2018-01-24 10:51 海子呢 阅读(12901) 评论(0) 推荐(0) 编辑
  2018年1月15日
摘要: 源地址:https://www.cnblogs.com/polk6/p/5465088.html 阅读全文
posted @ 2018-01-15 17:17 海子呢 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 不需要把全部结果都展示出来 阅读全文
posted @ 2018-01-15 11:33 海子呢 阅读(7658) 评论(0) 推荐(0) 编辑
  2018年1月9日
摘要: SELECT * FROM (SELECT * FROM TABLE_NAME ORDER BY COL1) WHERE ROWNUM = 1; 备注: 1、不能给 (SELECT * FROM TABLE_NAME ORDER BY COL1)加别名,会提示无效; 2、只能取第一行,取其他行取不了 阅读全文
posted @ 2018-01-09 18:26 海子呢 阅读(32597) 评论(0) 推荐(1) 编辑
  2018年1月8日
摘要: //按钮事件 private void btn_Click(object sender, EventArgs e) {} //自己的函数 private void myFunc() { //程序中其他地方调用按钮事件 btn_Click(this, new EventArgs());//这样传sen 阅读全文
posted @ 2018-01-08 15:35 海子呢 阅读(7276) 评论(0) 推荐(0) 编辑
  2018年1月6日
摘要: 源地址:https://www.baidu.com/link?url=3bScEOF5BVXt7ptGDjBV5JmynXHqEh5lyut1vUx6vEM7qqPY1vtbO22Vvy7xUoFd&wd=&eqid=dcb96e9f000134e8000000055a50413b 阅读全文
posted @ 2018-01-06 13:38 海子呢 阅读(3039) 评论(0) 推荐(0) 编辑
  2017年12月28日
摘要: 改完之后会提示找不到.csproj,用文档工具打开.sln文件,把里面找.csproj的路径修改一下就好了 阅读全文
posted @ 2017-12-28 15:56 海子呢 阅读(2849) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 31 下一页