Month: September 2016

09年老文,PPT产品设计与用户体验(马化腾)

应该认真看,逐条看,反复看 产品设计与用户体验(马化腾) View more presentations from ericblue.



TP-Link wr703n刷openwrt,加u盘,vpn上网

1. opkg安装需要的包 opkg install kmod-usb-storage kmod-scsi-generic block-mount kmod-fs-ext4 kmod-nls-utf8 kmod-fs-vfat 2. 编辑fstab添加自动mount上u盘 vi /etc/config/fstab config ‘mount’ option ‘device’ ‘/dev/sda1’ option ‘options’ ‘rw,sync’ option ‘enabled_fsck’ ‘0’ option ‘enabled’ ‘1’ option ‘target’ ‘/mnt/share’ 3. 先手工mount上u盘 mount /dev/sda1 /opt 4. 配置opkg,允许向u盘安装 vi /etc/opkg.conf dest opt /opt 5. 安装openvpn到u盘 opkg install openvpn -d opt 6. 将openvpn的配置scp进去 7. 写个自动启动openvpn的脚本 *….



快速计算从n中任选m的所有组合

来源: http://lifesinger.org/blog/2009/09/javascript-quick-combine/ Posted on September 25th, 2009 in 前端开发 by lifesinger /**  * 快速组合算法  * 从 n 中任选 m(0 < m <= n) 个数的所有组合  */ function quick_combine(n, m) {     var t = ((1 << n) – (1 << n – m)).toString(2),         r = [], s, p1, p2;     while((r.push(t), p1 = t.indexOf(“10”)) >= 0) {         s  = t.slice(0, p1);         p2 = s.indexOf(“1”);…



android手机push通知技术对比

目标 server需要能承载百万级别连接数 client端耗电量要低 client端内存占用要低 各个技术的对比 MQTT socket.io(node.js) websocket xmpp(openfire) comet http定时 单服务器并发连接 10w 3000 10w 30w 耗电 link1 高link1 低,可控 client端资源占用 较高 很低 实时性 高 高 高 高 较高 较低* 项目活跃度 mosquitto 1.0.2 – 20120819 TooTallNate / Java-WebSocket github不断更新中



mac上编译安装飞秋、iptux

pkg-config glib gettext libiconv gtk+ , denpend on : jpeg, libtiff, jasper, gdk-pixbuf, pango, atk gconf brew 没有 wget ftp://ftp.gnome.org//pub/GNOME/sources/GConf/2.32/GConf-2.32.4.tar.bz2 tar -jxvf GC* depend on: ORBit-2.0 (depend on : brew install libidl) dbus dbus-glib intltool gettext ?