码迷,mamicode.com
首页 >  
搜索关键字:github desktop    ( 42206个结果
ubuntu 14.04 配置
1. apt-get 源更新$ sudo apt-get update$ sudo apt-get upgrade2. git & Github$ sudo apt-get install git-all xclip$ git config --global user.name "Jackon Ya...
分类:其他好文   时间:2014-07-31 02:59:15    阅读次数:174
常用github命令
假设repository的名字叫hello-world:1.创建一个新的repository:先在github上创建并写好相关名字,描述。$cd ~/hello-world //到hello-world目录$git init //初始化$git add . ...
分类:其他好文   时间:2014-07-30 23:37:15    阅读次数:264
service structure flowchart [mobile to server via HTTP RESTful API]
Modern flowchart for mobile, server, and etc.. communicationThis has something to do with these source codes:For the server side,https://github.com/xr...
分类:Windows程序   时间:2014-07-30 23:33:05    阅读次数:270
tempo 2.0 学习记录
最近在做项目时使用了tempo,感觉还不错,但是发现网上对于tempo 2.0 的介绍比较少,我也是在GitHub才找到了比较完整的使用说明,我也简单记录一下自己的使用过程,重新学习一下tempo 2.0 ,不喜勿喷,喜欢看英文的朋友请移步tempo 2.0 英文说明 .1.引入tempo.js2....
分类:其他好文   时间:2014-07-30 20:41:44    阅读次数:318
Remote Desktop Connection Manager (RDCMan) 介绍
Remote Desktop Connection Manager介绍 Remote Desktop Connection Manager (RDCMan) 是微软Windows Live体验团队的主要开发者 Julian Burger开发的一个远程桌面管理工具。简称为RDCMan。 RDCMan可...
分类:其他好文   时间:2014-07-30 20:21:54    阅读次数:195
CentOS install Desktop and Remotely access 远程管理Centos桌面 TigerVNC
Centos安装完毕,但是通过windows远程管理桌面:当然我们可以通过secureCRT工具连接命令行,但是我希望通过windows连接他们的远程桌面:首先我们的保证Xwindows等桌面环境安装成功:yumgroupinstall-y"Desktop""DesktopPlatform""DesktopPlatformDevelopment""Fonts""GeneralPu..
分类:数据库   时间:2014-07-30 15:03:04    阅读次数:254
github 学习
因最近在自己玩一个东西,想折腾github,就把学习github的东西放到这儿来把 参考链接:http://blog.chinaunix.net/uid-25806493-id-3328322.html git add filename ?(git add -A ? 是添加所有) git commit -m "...
分类:其他好文   时间:2014-07-30 12:39:04    阅读次数:219
Bootstrap页面布局1 - 下载BS(bootstrap简称)
1、bootstrap 官方网站:http://wrongwaycn.github.io/bootstrap/docs/index.html2、如图: 3、下载后得到如下目录结构 bootstrap v2.0.2 css(含4个文件) ...
分类:其他好文   时间:2014-07-30 00:41:32    阅读次数:280
把代码push到github所遇到的问题
把代码push到github所遇到的问题1. 免费的github的代码是开源的。2.github提供的免费的windows客户端不支持xp3.公司网络使用了代理,不一定可以push上。4.本地的文件夹不一定只有一个。我们的下位机val代码是开源的。
分类:其他好文   时间:2014-07-30 00:38:22    阅读次数:249
基于SignalR的web端即时通讯 - ChatJS
先上图。ChatJS 是基于SignalR实现的Web端IM,界面风格模仿的是“脸书”,可以很方便的集成到已有的产品中。项目官网:http://chatjs.net/github地址:https://github.com/andrerpena/ChatJS在浏览器端,ChatJS是一系列的jQuer...
分类:Web程序   时间:2014-07-29 20:57:32    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!