上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页
摘要: net core 执行顺序 阅读全文
posted @ 2020-04-03 10:15 恋之呓 阅读(150) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-04-02 17:14 恋之呓 阅读(121) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-04-01 17:26 恋之呓 阅读(181) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-04-01 16:35 恋之呓 阅读(114) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-27 11:24 恋之呓 阅读(137) 评论(0) 推荐(0)
摘要: 最后以管理员运行 netsh http add urlacl url=http://192.168.1.7:7088/ user=everyone 以管理员 重启vs 就可以用ip 访问啦 注意: 删除用 netsh http deleteurlacl url=http://192.168.1.7: 阅读全文
posted @ 2020-03-25 15:57 恋之呓 阅读(328) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-19 08:42 恋之呓 阅读(92) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-18 09:22 恋之呓 阅读(113) 评论(0) 推荐(0)
摘要: Oracle Net 工具(命令)tnsping,是一个OSI会话层的工具,它用来: 1)验证名字解析(name resolution,是oracle自己的网络服务名) 2)远程的listener是否启动 1.远程tnsping .关闭监听 3.启动监听,重新验证 总结: 1.tnsping 命令可 阅读全文
posted @ 2020-03-10 08:33 恋之呓 阅读(419) 评论(0) 推荐(0)
摘要: 1.将要导入的Excel数据文件转为csv文件(不需要标题)2.新建ctl文件 内容如下:load data CHARACTERSET AL32UTF8 //防止乱码 infile 'e:\sql\fsfp.csv' //csv文件位置 into table "TMP_INVOICE_TEST" / 阅读全文
posted @ 2020-03-05 08:51 恋之呓 阅读(2129) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页