Quick setup

Quick setup — if you’ve done this kind of thing before

We recommend every repository include a READMELICENSE, and .gitignore.

…or create a new repository on the command line

echo "# Architect" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:exmyth/Architect.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin [email protected]:exmyth/Architect.git
git push -u origin master

…or import code from another repository

You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

时间: 2024-10-13 02:03:23

Quick setup的相关文章

Android下的一些调试手段(含kernel调试办法)

主要介绍除了常规的kernel的printk和android的DDMS, logcat外的几个调试手段. 包括bugreport, oprofile, traceview, ftrace等. Bugreport Bugreport是android平台自带的工具, 收集了device端的详细的状况, 可以在console下直接运行"bugreport > /sdcard/bugreport.log"或者接入USB cable并打开adb debug的状况下运行"adb b

(源代码分析)Android-Universal-Image-Loader (图片异步载入缓存库)的使用配置

转载请注明出处:http://blog.csdn.net/u011733020 前言: 在Android开发中,对于图片的载入能够说是个老生常谈的问题了,图片载入是一个比較坑的地方.处理不好,会有各种奇怪的问题,比方 载入导致界面卡顿.程序crash. 因此 怎样高效的载入大量图片.以及怎样载入大分辨率的图片到内存.是我们想要开发一款优质app时不得不去面对与解决的问题. 通常开发中,我们仅仅有两种选择:① 使用开源框架  ②自己去实现处理图片的载入与缓存. 通常一開始让我们自己去写,我们会无从

How to adding an existing project to Github

1.Create a new repository on GitHub. 2.Open Terminal (for Mac users) or the command prompt (for Windows and Linux users). 3.Change the current working directory to your local project. 4.Initialize the local directory as a Git repository. $ git init 5

单点登录CAS使用记(二):部署CAS服务器以及客户端

CAS-Server下载地址:https://www.apereo.org/projects/cas/download-cas CAS-Client下载地址:http://developer.jasig.org/cas-clients/ CAS官方教程: https://wiki.jasig.org/display/CASUM/CAS+on+Windows+Quick+Setup+Guide 版本: CAS Server版本:cas-server-3.4.11 CAS Client版本:cas-

SRIO高速互联

关键词:Rapidio, 嵌入式, linux 概述 SRIO是面向嵌入式系统开发提出的高可靠.高性能.基于包交换的新一代高速互联技术,已于2004年被国际标准化组织(ISO)和国际电工协会(IEC)批准为ISO/IECDIS18372标准.SRIO则是面向串行背板.DSP和相关串行数据平面连接应用的串行RapidIO接口. RapidIO互联主要通过RapidIO交换芯片实现,研制RapidIO交换芯片的厂商主要有Tundra公司.IDT公司和Redswitch公司等.Redswitch公司的

详细教程:将本地项目上传到github

作为 一个工程师,将本地项目上传到github进行备份和分享是一个不错的技能,一来可以方便以后的工作,二来可以分享自己的成果.所以下面本人详细教大家如何将本地项目上传到github,十分简单,一学就会!!!! 首先先进入github.网址是:https://github.com/ 如果你还没有在github上注册过账号,那你先要注册一个账号,账号最好是用自己常用的邮箱,方便别人联系你,对你以后的工作极有帮助.下面是刚进入github的页面. 首次要先创建一个仓库,用来存储你的项目.步骤:先用鼠标

unity的插件 TextFx

孙广东 2015.6.14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~TextFx Unity Plugin v3.0~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 使用 Unity GUI TextFx TextFx 3.0 comes with support for Unity's excellent new built-in GUI system (就是支持 "UGUI").

UltimateRecyclerView发布,Android下新Listview的大杀器

一个多功能的RecyclerView,包括了下拉刷新.加载更多,滑动删除,拖拽排序.多种动画.视差拖动.Toolbar渐变.Toolbar和FAB随着滚动出现消失等等效果,都可以放在同一个RecyclerVIew中并自由配置. 项目地址:https://github.com/cymcsg/UltimateRecyclerView Description UltimateRecyclerView is a RecyclerView(advanced and flexible version of

WireShark on MacOS

1.下载WireShark  64位 https://2.na.dl.wireshark.org/osx/Wireshark%201.12.2%20Intel%2064.dmg 2.双击安装 3.安装后启动,提示 4.安装X11 地址http://xquartz.macosforge.org/landing/ 5.下载安装后,再次启动WireShark,选择使用工具中的x11.app 6.再次启动WireShark,提示初始化,等待大约1分钟后启动成功 7.Read Me: Before You