使用自定义浏览器协议启动应用程序
21 May 2020
转自:https://support.shotgunsoftware.com/hc/zh-cn/articles/219031308-%E4%BD%BF%E7%94%A8%E8%87%AA%E5%AE%9A%E4%B9%89%E6%B5%8F%E8%A7%88%E5%99%A8%E5%8D%8F%E8%AE%AE%E5%90%AF%E5%8A%A8%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F
read moreMac 刷路由器固件
18 March 2020
今天写一下刷路由器等固件时所需的环境,mac版,因为网上也大多是Windows的,可能mac用户本身买mac就是解决生产力,懒的折腾吧。
read more魅族路由器mini pro 修砖帖
14 March 2020
几年前买了3个魅族路由器,颜值高,体积小,非常可爱。但是若干天前,我为了尝试梅林固件,拿出一个刷机成砖,一直就丢着没动,今天来一波修砖。
read moreAngular webpack-bundle-analyzer
03 September 2019
起因: 编译 angular 项目时遇到文件较大的问题,之前一直没怎么查到解决方案,今日尝试优化一下。
read moreJumpserver Docker App
06 August 2019
方案分析 近期遇到一些客户对于云应用的需求比较强烈,Jumpserver 团队已决定采用 Windows 域应用来实现 远端应用访问的功能,本人并不喜欢,并且也在一年前提出较为革新的技术方案,终未被技术采纳。
read moreZTE H618B OpenWrt build
08 May 2019
今日准备组建家庭智能网络,翻出古董路由器 ZTE H618B,准备尝试点新鲜的固件,发现没适合的,故而编译 Openwrt。
read more突破限制,访问其它Go package中的私有函数
15 September 2018
转自:https://colobu.com/2017/05/12/call-private-functions-in-other-packages/
read moreMake a db?
10 August 2017
Why? Already build a high performance and high throughput log system, so want try to build a db system.
read moreFxxk AWS Elasticsearch service
25 May 2017
AWS Elasticsearch I admmit AWS have awsome services in his provide. But the Elasticsearch service is not the one.
read more编译golang,给go get加进度条
31 May 2016
参考:http://life.leanote.com/post/%E8%AE%A9-go-get-%E6%98%BE%E7%A4%BA%E8%BF%9B%E5%BA%A6,http://www.jianshu.com/p/4f894d605e1a
read moreAndroid ROM sign
21 February 2016
Android 手记 参考:http://stackoverflow.com/questions/16316526/how-to-sign-android-rom-zip-file
read morefront-end idea
26 December 2015
最近在码了一些东西,觉得自己差不多是个入门级别的前端了吧,突然萌生一个想法,既然要装B,写一个博客的皮肤?也算一种锻炼吧。
read more[转]记录bash的操作
07 December 2015
转自:http://www.freeoa.net/osuport/sysec/simple-linux-sys-users-operate-manage-solution_1880.html
read more[转]KVM Disk Performance Optimization
21 September 2015
转: http://www.pubyun.com/blog/cloud/kvm%E7%A3%81%E7%9B%98%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96/
read moremysql slow log
13 August 2015
上午MySQL日志打爆,同事之前已经设置slow_query_log 5 秒,经过排查,是某表未加index,并且 log_queries_not_using_indexes is ON
read moregoagent+docker
16 May 2015
参考:http://kb.kerio.com/product/kerio-connect/server-configuration/ssl-certificates/adding-trusted-root-certificates-to-the-server-1605.html
read more[转]给予买车族,准备按揭的一些建议
18 April 2015
from:htm_data/7/1504/1449468.html 之前去F1看赛车,奔驰的一款车相当如我眼,好吧,应该会关注汽车一段时间吧
read more[转]你值得拥有 —— 25 个 Linux 性能监控工具
25 March 2015
原文:http://linoxide.com/monitoring-2/linux-performance-monitoring-tools/作者: Adrian Dinu
read moreUbuntu add ppa Error
03 February 2015
参考http://askubuntu.com/questions/212132/i-cant-add-ppa-repository-behind-the-proxy
read more关于HoloLens我的想法
25 January 2015
微软在windows10的发布会上意外发布了一款穿戴式设备:HoloLens。对其我只有各种惊讶, 原因是作为本科光学专业毕业的学渣,至少知道全息成像的成本有多少,技术难度有多少,成像质量各种呵呵。
read moreHadoop 64 fix
20 January 2015
http://blog.csdn.net/sunflower_cao/article/details/38513839 解决办法一: hadoop@master~: sudo gedit ~/.bash_profile 然后输入如下内容并保存:
read moreHBase 单机运行出的神奇的问题
15 January 2015
困扰一周的问题!!!已经有人提交过这个了 https://issues.apache.org/jira/browse/HBASE-3487
read more[转]现在上大学有用吗?看后你就明白了
14 January 2015
转自:http://t66y.com/htm_data/7/1501/1343457.html 上大学当然是有用的,不然为什么每年大家都挤破了头上大学,但大学到底有什么用?
read moreCentOS6 x64 Hadoop编译
07 January 2015
由于各种“偷懒”,架设hadoop集群的时候按照正常步骤安装,最近发现日志里 总有一堆的java报错,通过各方帖子了解是hadoop官方默认的是32位,而我这里 使用的是64位的centos6。好吧,编译了要
read moreCentOS6 安装Python2.7 及 pip记录
24 December 2014
实验室机器是 Centos6 yum完全不能升级成Python2.7,so 这几日 看了一些Python升级的东西。
read more[转]CentOS 5 centos 6下安装Axel插件加速yum下载
22 December 2014
http://blog.csdn.net/jiedushi/article/details/7406704
read more车(四个轮子的!)研究
21 December 2014
车么,迟早会买的,今天看到一个帖子引起了我今天好好搜索一下,好好研究一下到底这货,如有错误希望 各位看官留言或Email指正。Gmail:liuzheng712
read moreAdd Two Numbers
27 November 2014
r=0 up = 0 while True: if l1==0: L1 = 0 else: L1 = l1.val if l1.next == None: l1=0 else: l1=l1.next if l2==0: L2 = 0 else: L2 = l2.val if l2.next == None: l2=0 else: l2=l2.next o=L1+L2+up #r.val=o%10 up=o/10 if r==0: r=ListNode(o%10) else: r.next=ListNode(o%10) if l1==0 and l2==0: if up>0: r.val=up return r
read moreMedian of Two Sorted Arrays
27 November 2014
这题https://oj.leetcode.com/problems/median-of-two-sorted-arrays/
read moremake keyboard
12 November 2014
又蛋疼了,搜了一下单手机械键盘,搜到该帖 http://tieba.baidu.com/p/2646628267# , 春心荡漾有木有!!!心想,自己学了这些个泛技术知识,应该足够做一个键盘了吧。春心荡漾!!!
read morephpmyadmin去除iframe限制
24 October 2014
无聊要将phpmyadmin页面嵌入到某页面iframe中,做成统一的控制台管理界面,在此记录一下对phpmyadmin源代码的一些操作
read moreNode for windows Install
17 August 2014
安装 Node 环境 下载NodeJs 前往 http://nodejs.org/download/ 下载node 最新版本,这里选择exe版本,个人喜欢自主控制
read moreSupermarket
03 August 2014
layout: post title: “超市里的潜规则” tagline: “” description: “超市里的潜规则” category: life tags: [生活] —
read moreMATLAB PageRank小结
26 June 2014
从网上找到 Page-Rank-Matlab-Code 提及 MATLAB 的 PageRank 代码,使用 profile viewer 发现有一段 for 效率极低
read moreGoogle HTML/CSS Style Guide
21 May 2014
参译:https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
read moreApache Config 记录
18 May 2014
ServerTokens OS `在44行 修改为:ServerTokens Prod (在出现错误页的时候不显示服务器操作系统的名称)` KeepAlive Off `在76行 修改为:KeepAlive On (允许程序性联机)` MaxKeepAliveRequests 100 `在83行 修改为:MaxKeepAliveRequests 1000 (增加同时连接数)` Options Indexes FollowSymLinks `在331行 修改为:Options Includes ExecCGI FollowSymLinks(允许服务器执行CGI及SSI,禁止列出目录)` DirectoryIndex index.html index.html.var `在402行 修改为:DirectoryIndex index.html index.htm Default.html Default.htm` Options Indexes MultiViews FollowSymLinks `在554行 修改为 Options MultiViews FollowSymLinks(不在浏览器上显示树状目录结构)` ServerSignature On `在536行 修改为:ServerSignature Off (在错误页中不显示Apache的版本)` #AddHandler cgi-script .cgi `在796行 修改为:AddHandler cgi-script .cgi .pl (允许扩展名为.pl的CGI脚本运行)` index.php Default.php index.html.var (`设置默认首页文件,增加index.php)`
read more[转]Network manager的L2TP VPN插件,可选支持IPSec
14 May 2014
转自:<www.cherrot.com/2012/03/network-manager-l2tp-vpn-plugin-ipsec-supported>
read moreWin7 修复 MBR
10 May 2014
在光驱插入win7安装盘或者用USB启动(win7支持USB直接启动安装); 选择完语言选项后,进入下一步,选择底下的系统修复而不是继续安装; 自动搜索完已经安装的系统后,进入下一步; 不要让Windows自动修复,没用的,进入命令提示符模式; 先输入命令bootrec /fixmbr 回车,再输入命令bootrec /fixboot 回车; 重启系统即可重新恢复Win7启动模式。
read more[转]孩子9歲前 父母別做的7件事
09 May 2014
转自:http://m.parenting.com.tw/article/article.action?id=5054875
read more[转]怎样花两年去面试一个人
23 June 2012
原帖:http://mindhacks.cn/2011/11/04/how-to-interview-a-person-for-two-years/
read more[转]利用 Zsync 更新已有的 Ubuntu ISO 镜像
04 November 2011
转自:http://linuxtoy.org/archives/use-zsync-to-update-existing-iso-images.html
read moreubuntu 下 Maple 乱码解决方案
15 August 2011
第一步:在maple路径下寻找名称类似于 “jre.XXX_XXX_XXX”的文件夹,并记下其名称。 例如为“jre.IBM_INTEL_LINUX”; 第二步:使用相应的权限打开 “$maple路径/bin/maple“; 例如:在中端中输入”sudo gedit /opt/maple/bin/maple “; 第三步:在打开的文件中找到类似与一下内容的地方: "bin.IBM_INTEL_LINUX") MAPLE_JRE_BIN ="$MAPLE/jre.IBM_INTEL_LINUX/bin/" JRE_ROOT ="$MAPLE/jre.IBM_INTEL_LINUX/lib" JRE_LIB1="$JRE_ROOT/i386" JRE_LIB2="$JRE_ROOT/i386/client" JRE_LIB3="$JRE_ROOT/i386/native_threads"
read more