上一页 1 2 3 4 5 6 7 8 9 10 ··· 114 下一页
摘要: CREATE TABLE `property_fee_config` ( `id` int(10) NOT NULL AUTO_INCREMENT, `village_id` int(11) NOT NULL COMMENT '小区id', `building_type_ids` text NOT 阅读全文
posted @ 2021-06-18 18:11 TBHacker 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 先卸载 brew安装的node,避免与n安装的node冲突 brew uninstall node 然后安装 n brew install n 通过n 安装不同版本的node sudo n 16.3 sudo n 14.17.0 查看n % n list node/14.17.0 node/16.3 阅读全文
posted @ 2021-06-18 11:21 TBHacker 阅读(536) 评论(0) 推荐(0) 编辑
摘要: node-sass 6.0.0版本与^4.0.0不兼容 1、先卸载之前版本的node-sass npm uninstall node-sass 2、卸载后安装4.0.0版本 npm install node-sass@4.14.1 tips:4.14 要求node版本要为14,高版本的node,可能 阅读全文
posted @ 2021-06-18 10:50 TBHacker 阅读(2591) 评论(0) 推荐(2) 编辑
摘要: <script type="text/javascript"> function download() { // 判断是否是微信内 var u = navigator.userAgent; var isWeixin = !!/MicroMessenger/i.test(u); if (isWeixi 阅读全文
posted @ 2021-06-17 19:20 TBHacker 阅读(382) 评论(0) 推荐(0) 编辑
摘要: Command + L 阅读全文
posted @ 2021-06-17 17:48 TBHacker 阅读(143) 评论(0) 推荐(0) 编辑
摘要: vue后台开发 添加路由 { path: '/building-type', component: Layout, name: 'buildingType', children: [ { path: 'index', component: () => import('@/views/building 阅读全文
posted @ 2021-06-17 15:19 TBHacker 阅读(775) 评论(0) 推荐(0) 编辑
摘要: Home行首,End行尾。 但是mac中没有这两个键。 可以通过 Fn + ← 表示Home, Fn + → 表示End 阅读全文
posted @ 2021-06-17 10:08 TBHacker 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: 在苹果Mac电脑的键盘上没有Home, End, Page UP, Page DOWN这些键,可以通过用Fn键来组合得到同样的功能: Home键=Fn+左方向、 End键=Fn+右方向、 PageUP=Fn+上方向、 PageDOWN=Fn+下方向、 向前Delete=Fn+delete键。 阅读全文
posted @ 2021-06-17 10:07 TBHacker 阅读(1726) 评论(0) 推荐(0) 编辑
摘要: 自带录屏软件,可以录制声音。非常的方便。 阅读全文
posted @ 2021-06-16 17:37 TBHacker 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 普通刷新 command + R 强制刷新 command + shift + R 阅读全文
posted @ 2021-06-16 16:55 TBHacker 阅读(254) 评论(0) 推荐(0) 编辑
摘要: /** * 身份证号加星 */ public static function hiddenIdCard($idcard) { // 匹配 3到6位数字,配置8位数字,匹配1到4位数字 $result = preg_replace("/(\d{3,6})\d{8}(\d{1,4})/", "\$1** 阅读全文
posted @ 2021-06-16 15:30 TBHacker 阅读(231) 评论(0) 推荐(0) 编辑
摘要: option + ↑/↓ 阅读全文
posted @ 2021-06-16 11:03 TBHacker 阅读(181) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/422101/202106/422101-20210615153418201-702755236.png) 阅读全文
posted @ 2021-06-15 15:35 TBHacker 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Command + F 查找 Command + Option + F 替换 阅读全文
posted @ 2021-06-15 14:04 TBHacker 阅读(1250) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/422101/202106/422101-20210615104839554-713840905.png) ![](https://img2020.cnblogs.com/blog/422101/202106/422101-20210615105743480-969599895.png) ![](https://img202 阅读全文
posted @ 2021-06-15 10:49 TBHacker 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 隐藏指定文件夹 % chflags hidden ./a 查看所有文件,包括隐藏的 command + shift + . 恢复文件夹 % chflags nohidden ./a 阅读全文
posted @ 2021-06-12 01:02 TBHacker 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 就像批量选择文本一样,三指选择即可。 阅读全文
posted @ 2021-06-11 11:24 TBHacker 阅读(1543) 评论(0) 推荐(0) 编辑
摘要: 当你把这个AUTO_INCREMENT设为某个值的时候,下一次就从这个值作为下一个新增数据的id。 比如4,下一次新增就是4作为id。 阅读全文
posted @ 2021-06-11 10:48 TBHacker 阅读(85) 评论(0) 推荐(0) 编辑
摘要: % git pull hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of t 阅读全文
posted @ 2021-06-10 16:02 TBHacker 阅读(6690) 评论(0) 推荐(0) 编辑
摘要: 第一步,找到自动操作 第二步,打开快捷操作 第三步,工作流选择没有输入,将下面脚本输入其中,并保存名称为open terminal on run {input, parameters} (* Your script goes here *) tell application "Terminal" r 阅读全文
posted @ 2021-06-10 10:32 TBHacker 阅读(626) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 114 下一页