% xxxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="mail.php" method="POST" id="subscribe"> | |
<input type="text" id="subscribe-email" name="email" maxlength="50" placeholder="Enter your email address to subscribe for news" class="magnetic"><input type="submit" id="subscribe-submit" value="SUBSCRIBE" class="magnetic"> | |
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 阿里云问答社区自动新页面打开 | |
// @namespace http://www.ixiqin.com/ | |
// @version 0.1 | |
// @description 阿里云问答新页面自动打开~ | |
// @author 西秦公子 | |
// @match https://yq.aliyun.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 阿里云 云栖社区 快速回复 | |
// @namespace http://www.ixiqin.com/ | |
// @version 0.1 | |
// @description Ctrl + Enter 快速回复 | |
// @author 西秦公子 | |
// @match https://yq.aliyun.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getRadioValue(RadioName){ | |
var obj; | |
obj=document.getElementsByName(RadioName); | |
if(obj!=null){ | |
var i; | |
for(i=0;i<obj.length;i++){ | |
if(obj[i].checked){ | |
return obj[i].value; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# coding: utf-8 | |
""" | |
wxpy 机器人正在使用的所有代码 | |
可能需要安装开发分支的 wxpy | |
pip3 install -U git+https://github.com/youfou/wxpy.git@develop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.markdown-here-wrapper { | |
font-size: 16px; | |
line-height: 1.8em; | |
letter-spacing: 0.1em; | |
} | |
pre, code { | |
font-size: 14px; | |
font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
set t_CO=256 | |
syntax on " 语法高亮 | |
set number "显示行号 | |
set linespace=16 "行高16 | |
set cursorline "显示所在行 | |
filetype indent on "文件自动识别 | |
set noerrorbells "不咚咚响 | |
set vb t_vb= " 不咚咚响 | |
set scrolljump=5 "跳转 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install the Python Requests library: | |
# `pip install requests` | |
import requests | |
def send_request(): | |
# 上传文件 | |
# POST https://cos.ap-shanghai.myqcloud.com/7263-rcn-1258788140/testfile |
The following terms are used throughout this agreement:
- You - the person or legal entity including its affiliates asked to accept this agreement. An affiliate is any entity that controls or is controlled by the legal entity, or is under common control with it.
- Project - is an umbrella term that refers to any and all IOMED Medical Solution S.L. open source projects.
- Contribution - any type of work that is submitted to a Project, including any modifications or additions to existing work.
- Submitted - conveyed to a Project via a pull request, commit, issue, or any form of electronic, written, or verbal communication with IOMED Medical Solution S.L., contributors or maintainers.
OlderNewer