上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 转载至:https://www.cnblogs.com/zhaosq/p/10469848.html 安装 mysqld -install 也可以指定mysql安装服务的文件 my.ini文件配置好后就可以在cmd中安装mysqld服务了,在cmd中运行命令:mysqld --install MyS 阅读全文
posted @ 2020-02-21 10:23 狂奔的狼 阅读(4905) 评论(0) 推荐(0)
摘要: kali linux 2019.2源 打开终端,输入 leafpad /etc/apt/sources.list 打开sources.list添加kali源 deb http://http.kali.org/kali kali-rolling main non-free contrib # deb- 阅读全文
posted @ 2020-02-02 01:41 狂奔的狼 阅读(240) 评论(0) 推荐(0)
摘要: apt-get 下载 fcitx-frontend-qt4、 ibfcitx-qt0不下来的问题 参考文章:https://blog.csdn.net/weixin_44737933/article/details/101387690 阅读全文
posted @ 2020-01-29 20:57 狂奔的狼 阅读(1580) 评论(0) 推荐(0)
摘要: 本文转载至:https://www.cnblogs.com/captainRoB/p/7377290.html 1、下载 搜狗输入法 for Linux http://pinyin.sogou.com/linux/ //有64位和32位的deb包 我这里下载的是 : sogoupinyin_2.1. 阅读全文
posted @ 2020-01-29 18:11 狂奔的狼 阅读(1526) 评论(0) 推荐(0)
摘要: This article was adapted from https://www.cnblogs.com/xuandi/p/6746880.html 安装kalilinux到U盘 启动之后出现这个错误: 这是grub路径不对。 解决办法: 在这模式下可以输入命令:blkid 查看所列举出的磁盘 找 阅读全文
posted @ 2020-01-25 22:55 狂奔的狼 阅读(892) 评论(1) 推荐(0)
摘要: 本文转载至:https://www.cnblogs.com/Brambling/p/6779434.html 之前就想要把一些 SQL 的常用函数记录下来,不过一直没有实行。。。嘿嘿。。。 直到今天用到substring()这个函数,C# 里面这个方法起始值是 0,而 SQL 里面起始值是 1。傻傻 阅读全文
posted @ 2020-01-20 11:38 狂奔的狼 阅读(223) 评论(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 狂奔的狼 阅读(773) 评论(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 狂奔的狼 阅读(338) 评论(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 狂奔的狼 阅读(2639) 评论(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 狂奔的狼 阅读(611) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页