上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: This article was adapted from https://www.cnblogs.com/xuandi/p/6746880.html 安装kalilinux到U盘 启动之后出现这个错误: 这是grub路径不对。 解决办法: 在这模式下可以输入命令:blkid 查看所列举出的磁盘 找 阅读全文
posted @ 2020-01-25 22:55 狂奔的狼 阅读(711) 评论(1) 推荐(0) 编辑
摘要: 本文转载至:https://www.cnblogs.com/Brambling/p/6779434.html 之前就想要把一些 SQL 的常用函数记录下来,不过一直没有实行。。。嘿嘿。。。 直到今天用到substring()这个函数,C# 里面这个方法起始值是 0,而 SQL 里面起始值是 1。傻傻 阅读全文
posted @ 2020-01-20 11:38 狂奔的狼 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 本文转载至:https://www.cnblogs.com/firstdream/p/5654617.html 执行sql语句: select * from ( select * from tab where ID>20 order by userID desc ) as a order by da 阅读全文
posted @ 2020-01-13 20:16 狂奔的狼 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 处理中间键报DBNULL的错误 [ PATIENT_ID = 2889706, PATIENT_NUM = 29275, TIMES = 1 ] Object cannot be cast from DBNull to other types. at System.DBNull.System.ICo 阅读全文
posted @ 2019-12-12 19:16 狂奔的狼 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 转:https://www.cnblogs.com/momoyan/p/9151633.html 转:http://lzfhope.blog.163.com/blog/static/636399220092554045196/ 环境:oracle 10g单单group by 或者order by本身 阅读全文
posted @ 2019-12-05 18:56 狂奔的狼 阅读(2569) 评论(0) 推荐(0) 编辑
摘要: url优化可是网站开发的必备高阶技能,先看本实例优化前后效果比较: (同为调用前台模块下的index控制器下的index方法) 优化前:www.tp5.com/tp5/public/index.php/index/index/index。 优化后:www.tp5.com/t。 可以优化这么多?对,就 阅读全文
posted @ 2019-11-16 12:56 狂奔的狼 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 1、搜索标题含有关键字的预防 intitle:"tp5教程" --搜索标题含有tp5教程相关信息。 intitle: tp5教程 --tp5 和教程的关键字可能分开。 2、搜索链接当中含有thinkphp的链接 inurl:thinkphp 3、组合使用,链接当中含有thinkphp 并且标题含有t 阅读全文
posted @ 2019-11-16 12:35 狂奔的狼 阅读(436) 评论(0) 推荐(0) 编辑
摘要: ### window下设置定时任务及基本配置 该文章转载至: https://www.cnblogs.com/funnyzpc/p/11746439.html |********************************************************************* 阅读全文
posted @ 2019-10-27 02:57 狂奔的狼 阅读(1101) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-17 01:59 狂奔的狼 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1、编辑好升级数据库的文档脚本db.sql一份。 2、编写.bat命令脚本。 @echo offset /p server=请输入服务器IP:set /p name=请输入用户名:set /p pass=请输入密码:SQLCMD -U %name% -P %pass% -S %server% -i 阅读全文
posted @ 2019-09-27 16:51 狂奔的狼 阅读(458) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页