HaoJu Zheng
HaoJu Zheng
maybe you can try this: https://www.npmjs.com/package/@jxz/ssh2mysql
杰克哥,应该用markdown优化一下排版。
use https://github.com/hjzheng/markdown-electron/blob/main/src/renderer/src/assets/easymde.dark.min.css to override easymde.min.css for example ``` if (getPreferredScheme() === 'dark') { import("easymde/dist/easymde.min.css") // override some style to support dark mode import("@renderer/assets/easymde.dark.min.css") } else { import("easymde/dist/easymde.min.css") } ```
肯定都要学习啊!入门的时候,最好从基础JavaScript开始,真正实际项目,还是要借助jquery进行快速开发。
或许你是想做成这样 http://get-set.cn/front-end-collect/ ,目前还有些小问题
I have the same problem: ```shell [02:22:03] Finished 'copy-modules' after 60 ms events.js:160 throw er; // Unhandled 'error' event ^ Error at new JS_Parse_Error (eval at (/var/jenkins_home/workspace/alidw-fe-ccms/node_modules/uglify-js/tools/node.js:28:1), :1534:18) at js_error...
I found the reason: I use some es6 syntax, the uglify-js can not support it. https://github.com/terinjokes/gulp-uglify/issues/243
一些小工具 [goToShell](https://itunes.apple.com/us/app/go2shell/id445770608?mt=12) [momentum](https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca/related) chrome 插件 [vimium](https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?utm_source=chrome-ntp-icon) chrome 插件 `shift + /` 快捷键列表 [SwitchHosts](https://oldj.github.io/SwitchHosts/) [bashmarks](https://github.com/huyng/bashmarks)
2019-06-26 补充 from Terminal to finder: write below alias in your .zshrc or .bash_profile ```shell alias code="open -a Visual\ Studio\ Code" alias finder="open ." ``` from finder to terminal: you...
Upload Example https://github.com/hjzheng/CUF_meeting_knowledge_share/tree/master/2015-4-2/uploadApp 