Toggle navigation
Reese Blog
Home
About
Archive
Reese Blog
我干了什么 究竟拿了时间换了什么
Python 小手册
对象析构 | 字符处理
数据操作 缓存属性 1 2 3 4 5 6 7 8 9 try: from functools import cached_property # py38+ except ImportError: from django.utils.functional import cached_property # 需要安装django @cached_property def...
Posted by luoruiqing on January 1, 1999
Linux 小手册
Linux | 命令 | 网络 | 文件
手册 命令大全 Linux命令大全 https://ss64.com/bash/ https://www.tecmint.com/linux-commands-cheat-sheet/ https://www.howtogeek.com/412055/37-important-linux-commands-you-should-know/ 下面摘录一下比较常用的...
Posted by luoruiqing on January 1, 1999
JavaScript 小手册
对象析构 | 字符处理 | 类型互转
数据转换 展开对象所有属性 1 2 // 可以考虑 console.table function dir(obj){ for (let [key, value] of (obj || {})) console.log(key + ': \t' + value)} 对象转列表 1 2 3 4 5 6 7 8 9 let entries = [ ['1', '张三'], ...
Posted by luoruiqing on January 1, 1999
Mysql 小手册
表操作
拷贝库 mysqldbcopy 可以将整个库完整的clone出来,包括表,关联关系,索引,视图,触发器,事件过程等等。 1 2 3 4 # 可能需要安装 # apt-get install mysql-utilities # mysqldbcopy --source=<来源库地址> --destination=<目标库地址> <来源库名称>:<...
Posted by luoruiqing on January 1, 1999
SCSS 循环和常规用命令
模拟tailwindcss 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64...
Posted by luoruiqing on January 1, 1999
← Newer Posts
FEATURED TAGS
CSS
Vue
Django
JavaScript
Python
Tools
Docker
Mysql
VSCode
Link
Linux
爬虫
Chrome
Webpack
ABOUT ME
For the next quantum leap
离开世界之前,一切都是过程
FRIENDS