11 2018 档案

摘要:并非你安装的软件已损坏,而是Mac系统的安全设置问题,因为这些应用都是破解或者汉化的,那么解决方法就是临时改变Mac系统安全设置。 出现这个问题的解决方法: 修改系统配置:系统偏好设置... -> 安全性与隐私。修改为任何来源 如果没有这个选项的话 (macOS Sierra 10.12) ,打开终 阅读全文
posted @ 2018-11-27 17:10 屠魔的少年
摘要:CRThttps://www.cnblogs.com/codegeekgao/p/8277015.html navicathttp://xclient.info/search/s/navicat/?t=4e60e3c234937f46b33e6b15eeafeb5ee326afa4 teamview 阅读全文
posted @ 2018-11-27 10:56 屠魔的少年
摘要: 阅读全文
posted @ 2018-11-24 18:18 屠魔的少年
摘要:需求:当更新列中的字段时,列中的status字段,就会+1 表结构 CREATE TABLE `test_1` ( `id` int(11) DEFAULT NULL, `name` varchar(20) DEFAULT NULL, `status` int(11) DEFAULT NULL ) 阅读全文
posted @ 2018-11-20 19:02 屠魔的少年
摘要:用法: ENCODE(str,passwd) DECODE(str,passwd) INSERT INTO test_log_1 VALUES (30,ENCODE("30","passwd")); select id,DECODE(name_id,"passwd") from test_log_1 阅读全文
posted @ 2018-11-14 17:56 屠魔的少年
该文被密码保护。
posted @ 2018-11-07 15:20 屠魔的少年