Headless reinstall and update https://raspberrypi.stackexchange.com/a/57023
- create a text file in /boot/ called ssh
.focus_logo{ | |
-webkit-transition: 0.6s; | |
-webkit-transition: -webkit-transform 0.6s ease-out; | |
transition: transform 0.6s ease-out; | |
-moz-transition: -moz-transform 0.6s ease-out; | |
} | |
.focus_logo:hover{ | |
transform: rotateZ(360deg); | |
-webkit-transform: rotateZ(360deg); | |
-moz-transform: rotateZ(360deg); |
"*": | |
_dart: | |
_firstRun: true | |
_version: "1.0.1" | |
"aligner-typescript": {} | |
"atom-ide-ui": | |
use: | |
"atom-ide-busy-signal": "never" | |
"atom-ide-code-actions": "never" | |
"atom-ide-code-format": "never" |
[user] | |
name = 杨俊宁 | |
email = [email protected] | |
[color] | |
ui = auto | |
[credential] | |
helper = store | |
[http] | |
sslVerify = false | |
[filter "lfs"] |
#!/bin/sh | |
oldsuffix="js" | |
newsuffix="jsx" | |
dir=$(eval pwd) | |
for file in $(ls $dir | grep .${oldsuffix}) | |
do | |
name=$(ls ${file} | cut -d. -f1) | |
mv $file ${name}.${newsuffix} | |
done |
# For more options and information see | |
# http://rpf.io/configtxt | |
# Some settings may impact device functionality. See link above for details | |
# uncomment if you get no picture on HDMI for a default "safe" mode | |
#hdmi_safe=1 | |
# uncomment this if your display has a black border of unused pixels visible | |
# and your display can output without overscan | |
#disable_overscan=1 |
Headless reinstall and update https://raspberrypi.stackexchange.com/a/57023
<?php | |
/** | |
* wechat php test | |
* 2014/8/19 | |
*/ | |
//define your token | |
define("TOKEN", "weixin"); | |
$wechatObj = new wechatCallbackapiTest(); | |
$wechatObj->valid(); |
module.exports = { | |
"extends": ["airbnb-base"], | |
"parserOptions": { | |
"ecmaVersion": 2017, | |
"sourceType": "script", | |
"ecmaFeatures": { | |
"impliedStrict": true, | |
} | |
}, | |
"env": { |
# EditorConfig is awesome: http://EditorConfig.org | |
# top-most EditorConfig file | |
root = true | |
# Unix-style newlines with a newline ending every file | |
[*] | |
indent_style = space | |
indent_size = 2 | |
end_of_line = lf |
{"lastUpload":"2020-09-24T08:55:48.760Z","extensionVersion":"v3.4.3"} |