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 pecial Links Converter | |
// @description 只改变网页中背景的白色和接近白色的为淡灰色。 | |
// @version 1.0 | |
// @include http* | |
// @include ftp | |
// @exclude | |
// ==/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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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 addCssFile(url) { | |
var link = document.createElement("link"); | |
link.setAttribute("rel", "stylesheet"); | |
link.setAttribute("type", "text/css"); | |
link.setAttribute("href", url); | |
document.head.appendChild(link); | |
} | |
function addCssStyle(css) { | |
document.head.appendChild(document.createElement("style")).textContent = css; | |
} |
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
baidu.com##ul.wgt-userbar | |
baidu.com###foot | |
baidu.com##div.user-info | |
www.baidu.com###ftCon | |
www.baidu.com###u | |
www.baidu.com###u1 | |
baike.baidu.com##div.new-bdsharebuttonbox | |
baike.baidu.com##div.new-side-share |
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
/*! | |
* jQuery Bootgrid v1.3.1 - 09/11/2015 | |
* Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com) | |
* Licensed under MIT http://www.opensource.org/licenses/MIT | |
*/.bootgrid-footer,.bootgrid-header{margin:15px 0}.bootgrid-footer a,.bootgrid-header a{outline:0}.bootgrid-footer .search,.bootgrid-header .search{display:inline-block;margin:0 20px 0 0;vertical-align:middle;width:180px}.bootgrid-footer .search .glyphicon,.bootgrid-header .search .glyphicon{top:0}.bootgrid-footer .search .fa,.bootgrid-header .search .fa{display:table-cell}.bootgrid-footer .search .search-field::-ms-clear,.bootgrid-footer .search.search-field::-ms-clear,.bootgrid-header .search .search-field::-ms-clear,.bootgrid-header .search.search-field::-ms-clear{display:none}.bootgrid-footer .pagination,.bootgrid-header .pagination{margin:0!important}.bootgrid-footer .infoBar,.bootgrid-header .actionBar{text-align:right}.bootgrid-footer .infoBar .btn-group>.btn-group .dropdown-menu,.bootgrid-header .actionBar .btn-group>.btn-gro |
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/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install wget curl | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
brew install pyenv pyenv-virtualenv | |
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshenv | |
echo 'export PATH=$HOME/bin:/usr/local/bin:$PATH' >> ~/.zshenv | |
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshenv | |
echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.zshenv | |
echo -e 'if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; \nfi' >> ~/.zshenv |
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/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install wget curl | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
brew install pyenv pyenv-virtualenv | |
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshenv | |
echo 'export PATH=$HOME/bin:/usr/local/bin:$PATH' >> ~/.zshenv | |
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshenv | |
echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.zshenv | |
echo -e 'if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; \nfi' >> ~/.zshenv |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDwU5KfXzTTkudJVn6618zMXSxoYksdSe6Vj7JTqNFqkcsDZSMWtEFwMb4gBSZW4jStgUd8+ec3eiiNdqn2PuxCXlNiHfNMvFhnzW7xiqE9aXTOvEURLGxSGZEQTaqD9FUQzF6JvygzXIhBW1Qd3IfsPioOlXDQ81mzPYaG4s8GZOzgoX73OZgiWPskB4hdo+ShjB1m5qbbqVL4ZrMAt4Uv9+hDfV7NrlXX6y4jus852IfM7kvyKHYJ1PIk+iFTZkjCUjsz3I4p0dbzGmFgAYA+cYlnugf9CUQDaildHLC17UJhaBZIYObbDIxBgbe8eviKb2dpN4jjaJNXQOf/veB [email protected] |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDwU5KfXzTTkudJVn6618zMXSxoYksdSe6Vj7JTqNFqkcsDZSMWtEFwMb4gBSZW4jStgUd8+ec3eiiNdqn2PuxCXlNiHfNMvFhnzW7xiqE9aXTOvEURLGxSGZEQTaqD9FUQzF6JvygzXIhBW1Qd3IfsPioOlXDQ81mzPYaG4s8GZOzgoX73OZgiWPskB4hdo+ShjB1m5qbbqVL4ZrMAt4Uv9+hDfV7NrlXX6y4jus852IfM7kvyKHYJ1PIk+iFTZkjCUjsz3I4p0dbzGmFgAYA+cYlnugf9CUQDaildHLC17UJhaBZIYObbDIxBgbe8eviKb2dpN4jjaJNXQOf/veB [email protected] |
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
package com.school; | |
import java.util.Scanner; | |
interface Task { | |
public String getName(); | |
public void run(); |
OlderNewer