/M/

走向远方,看看风景


  • Home

  • Categories

  • Archives

  • Tags

  • About

让iPad/iPhone能使用Google搜索

Posted on 2015-03-01
Words count in article 63
  1. 越狱
  2. 安装ifile
  3. 打开/Applications/MobileSafari中的SearchEngineFallback.plist,将google.cn修改为google.com(两处),将topleveldomain标签下的<string>cn<string/>修改为<string>com<string/>
  4. 修改/etc下的hosts替换为可用的hosts文件,或使用VPN、SS
  5. 重启生效

使用Google方便查看EEGlablist

Posted on 2015-03-01
Words count in article 142

用谷歌搜索: 关键字 site:sccn.ucsd.edu/pipermail/eeglablist

如: ICA site:sccn.ucsd.edu/pipermail/eeglablist
使用chrome的朋友,还可以右键点击谷歌搜索框,然后 选择 添加为搜索引擎,在弹出的“修改搜索引擎”对话框中,名字随便填,关键字 随便 如EEGlab,网址设置为
https://www.google.com/search?q=%s+site%3Asccn.ucsd.edu%2Fpipermail%2Feeglablist
然后以后就可以直接在 地址栏中 输入 EEGlab ,然后空格,然后 输入 要搜索的关键字,就可以在EEGLab中搜索了。

步骤图:

  1. 0
  2. 1
  3. 2

Bandwagonhost的centos中安装wordpress

Posted on 2015-03-01
Words count in article 89
  1. 使用lnmp一键安装包

不安装 MySQL InnoDB

  1. 添加虚拟主机教程
  2. 进入上一步设置的wordpress目录,下载并安装wordpress

下载并解压:

1
2
wget https://wordpress.org/latest.tar.gz
tar zxvf latest.tar.gz

访问你的域名,进行安装与配置

  1. 删除default/index.html,P.php和phpinfo.php,修改phpadmin文件夹名字

iOS8越狱后BigBoss源弹出广告屏蔽方法

Posted on 2015-03-01
Words count in article 76

修改hosts教程如下:
打开iFile或Fliza 定位到/etc/hosts文件,使用文本编辑器将下面的东西复制粘贴进去,保存,即可。

127.0.0.1 a.adorika.net
127.0.0.1 a.ad-sys.com
127.0.0.1 ads.glispa.com
127.0.0.1 c.gltrkk.net
127.0.0.1 hastrk3.com

Shadowsocks在CentOS上的配置

Posted on 2015-03-01
Words count in article 88

服务端安装教程

CentOS:

yum install python-setuptools && easy_install pip

pip install shadowsocks
创建配置文件/etc/shadowsocks.json
vi /etc/shadowsocks.json
输入

{
    "server":"my_server_ip",
    "server_port":8388,
    "local_address": "127.0.0.1",
    "local_port":1080,
    "password":"mypassword",
    "timeout":300,
    "method":"aes-256-cfb",
    "fast_open": false
}

前端运行:

ssserver -c /etc/shadowsocks.json
后台运行:
ssserver -c /etc/shadowsocks.json -d start

ssserver -c /etc/shadowsocks.json -d stop
日志文件
/var/log/shadowsocks.log

Windows技巧【持续更新】

Posted on 2015-03-01
Words count in article 146
  • alt+双击 查看文件属性
  • Win键+加号或者减号 放大或缩小
  • Win键 + Esc 退出放大镜
  • Ctrl + Alt + 空格键 显示鼠标指针
  • Ctrl + Alt + F 切换到全屏模式
  • Ctrl + Alt + L 切换到镜头模式
  • Ctrl + Alt + D 切换到停靠模式
  • Ctrl + Alt + I 反色
  • Ctrl + 箭头键 按箭头键方向平移
  • Ctrl + Alt + R 调整镜头大小
  • 新建一个文件夹,将它命名为“some_name.{ED7BA470-8E54-465E-825C-99712043E01C}”,打开就是这台电脑的所有设置窗口【所有的设置窗口都在桌面的文件夹里】

关于Visual Studio 调试窗口一闪而过的解决方法

Posted on 2015-03-01
Words count in article 81

1. 首先右键单击所建项目
2. 然后选择属性
3. 点开后选择配置属性
4. 展开配置属性后选择链接器
5. 在链接器中选择系统
6. 在系统中选择子系统选项
7. 将子系统配置成 “控制台(/SUBSYSTEM:CONSOLE)”
8. 大功告成!

1…67
Mr.pc

Mr.pc

这家伙很懒,什么都没留下

67 posts
2 categories
126 tags
RSS
Creative Commons
0%
© 2014 - 2017 Mr.pc
Powered by Hexo
Theme - NexT.Pisces