IM Software/Framework/SDK

Toxhomepage: https://tox.imfeatures: message, video, call, file send/recvAnyChat: only sdkhomepage: http://www.anychat.cnfeatures: P2P技术、文字聊天、文件传输、数据通道、音视频录制Open Peer: only sdkhomepage: http://openpeer.org/features: video, message

2014/10/13 Oct · 1 min · 17 words · map[name:SCys uri:]

Python pip(PyPi) 国内镜像

pypi 有时候抽风,还是要上镜像. 镜像包括: OpenTUNA 开源软件镜像站 163 网易镜像站 阿里云开源镜像站 251 华为云镜像站 默认推荐的是 opentuna 和 163,另外两个我个人用的时候会时不时出点奇怪症状. 提供两种方法: 临时的 # pip install -i https://opentuna.cn/pypi/web/simple <安装包的名字> pip install -i https://opentuna.cn/pypi/web/simple -U pip 配置在 pip.conf 内 [ -d ~/.pip/pip.conf ] && mkdir ~/.pip/pip.conf # 创建文件夹 echo << EOF >> ~/.pip/pip.conf [global] index-url = https://opentuna.cn/pypi/web/simple EOF

2014/08/18 Aug · 1 min · 50 words · SCys

Android Studio Gradle!

非常讨厌的Gradle,总会阻止你用上Android Studio!新建一个项目后,总是会失败,原因嘛!进入 File -> Settings -> Gradle -> VM Options: “-Xmx512m”只是将虚拟机分配的内存加大就行。

2014/07/05 Jul · 1 min · 11 words · map[name:SCys uri:]

Foundation 5.x with ngGrid style fix

some not bug need fix. so~ fixed!/style.css/.gridStyle {border: 1px solid rgb(212,212,212);width: 600px; height: 300px;font-size: 0.8em;}.ngSortButtonDown,.ngSortButtonUp {right: 2px;}/* So far, these seem to make it behave better */.ngGrid input {display: inline-block;}.ngGrid button {padding: 0 0 0 8px;margin: 0;}.ngVerticalBar {height: 100%;}.ngColMenu {padding: 1em;}.ngColListItem {position: relative;}.ngGroupedByIcon,.ngGroupIcon {top: 4px;display: inline-block;}

2014/06/24 Jun · 1 min · 46 words · map[name:SCys uri:]

建立自己的GITHUB

准备,一个独立的VPS。 能访问的方式:SSH,屏幕… 软件使用: http://gitlab.org/gitlab-ce/ 查看需求文档: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/requirements.md 查看安装文档: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md 一般情况下,都是搭建mysql, 直接拷贝安装文档的脚本过来,直接用就行,这里就不细说:)

2014/06/22 Jun · 1 min · 10 words · map[name:SCys uri:]