解决:
xcode Product->Scheme->Manage Schemes click '+' at the Target to select "React" and set the React is shared.
stackoverflow上 mark 的答案。
岗位职责 | |
1. 负责公司产品Web端、微信端、小程序和App的开发 | |
2. 实现产品所需的交互效果,提升用户体验 | |
岗位要求 | |
1. x年以上前端经验, 熟悉vue技术栈或者react技术栈 | |
2. 熟悉HTTP标准,html,css,js,jquery等技术 | |
3. 了解typescript, es6/es7/esnext, pug, webpack, scss/stylus/less等 | |
4. 具有较强的学习能力,乐于学习和运用新技术 | |
5. 思维清晰,悟性良好; 具有较强的语言,文字表达能力 |
/** | |
将本文件拷贝到你的目录下。 | |
安装依赖 | |
安装nodejs环境 | |
npm install gulp-cli -g | |
cnpm i gulp-concat gulp | |
修改gulp.src里的后缀名来指定你需要拼接文件的后缀名和要排除的文件。 | |
run命令 `gulp`, boom ~~~~ done. | |
*/ |
#!/bin/bash | |
echo "port forwarding starting..." | |
ps aux | grep ssh | awk '{ if($12 != "guxuecheng@ttys002") { print $2 } }' | xargs kill -9 | |
ssh -CfNg -NL 3315:localhost:80 [email protected] -p 2918 | |
ssh -CfNg -NL 3316:localhost:8888 [email protected] -p 2918 | |
ps -ef | grep ssh |
"editor.tabSize": 2, | |
"editor.renderWhitespace": "all", | |
"editor.wordWrap": "on", | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, |
解决:
xcode Product->Scheme->Manage Schemes click '+' at the Target to select "React" and set the React is shared.
stackoverflow上 mark 的答案。
Process: Finder [765] | |
Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder | |
Identifier: com.apple.finder | |
Version: 10.13.5 (10.13.5) | |
Build Info: Finder_FE-1054005004000000~20 | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Finder [765] | |
User ID: 501 |
const Babel = require('babel-core') | |
const vueJsx = require('babel-plugin-transform-vue-jsx') | |
let code = ` | |
function render() { | |
return ( | |
<div> | |
<div leon={a} onClick={this.click()} | |
{...{ | |
props: { |
https://github.com/Microsoft/vscode/blob/master/extensions/typescript-language-features/src/features/fileConfigurationManager.ts | |
https://github.com/Microsoft/vscode/issues/37991 |
https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-the-external-url-for-gitlab
系统管理 -> 系统设置 -> Jenkins Location -> Jenkins URL