https://github.com/javaFesh?tab=repositories…
基本用法 命令语法 adb 命令的基本语法如下: adb [-d|-e|-s <serialNumber>] <command> 如果只有一个设备/模拟器连接时,可以省略掉 [-d|-e|-s <serialNumber>] 这一部分,直接使用 adb <command>. 为命令指定目标设备 如果有多个设备/模拟器连接,则需要为命令指定目标设备. 参数 含义 -d 指定当前唯一通过 USB 连接的 Android 设备为命令目标 -e 指定当前唯一运行的模…
Writing on GitHub https://github.com/shalliestera/Writing-on-GitHub-Chinese-Translation Markdown 基本语法 https://github.com/shalliestera/Writing-on-GitHub-Chinese-Translation/blob/master/Markdown-Basics.md GitHub 风格的 Markdown https://github.com/shallies…
转载请注明出处: https://github.com/qiu-deqing/FE-interview Table of Contents generated with DocToc FE-interview $HTML, HTTP,web综合问题 常见排序算法的时间复杂度,空间复杂度 前端需要注意哪些SEO web开发中会话跟踪的方法有哪些 <img>的title和alt有什么区别 doctype是什么,举例常见doctype及特点 HTML全局属性(global attribute)有哪些…
转载:https://mp.weixin.qq.com/s?__biz=MzI1MjU5MjMzNA==&mid=2247484731&idx=1&sn=b15fbee5910b36341bf366860ee5df53&scene=21#wechat_redirect 这次给大家带来的是ENCODE project的御用比对软件STAR,ENCODE项目是一个由美国国家人类基因组研究所(NHGRI)在2003年9月发起的一项公共联合研究项目,旨在找出人类基因组中所有功能组件…
今天整理github,初次使用,很多都不懂,所以遇到了克隆失败的问题,研究了大半天,后来..... 打开Git Bash,克隆已有工程到本地: $ git clone https://github.com/zh-ya-jing/learn_robotium.gitCloning into 'learn_robotium'...fatal: unable to access 'https://github.com/zh-ya-jing/learn_robotium.git/': Failed co…
    https://github.com/chenghuige/tensorflow-exp/blob/master/examples/sparse-tensor-classification/     tensorflow-exp/example/sparse-tensor-classification/train-validate.py 当你需要train的过程中validate的时候,如果用placeholder来接收输入数据 那么一个compute graph可以完成这个任务.如果你…
Git push origin master报错 fatal: could not read Username for 'https://github.com': No such file or directo 原因使用https方式的时候 在git remote add origin 的https url 里面没有用户名和密码 修改为如下: git remote add origin https://{username}:{password}@github.com/{username}/pro…
结合个人经历总结的前端入门方法 (https://github.com/qiu-deqing/FE-learning),里面有很详细的介绍. 之前一直想学习前端的,都不知道怎么下手都一年了啥也没学到,现在很迷茫,最经在知乎看了很多人都在谈论怎样学习前端的,发现要学习的东西实在是太多了,以自己先在的水平只能是在三线城市中找份工作. 可生活在一线城市的我,找份新工作是辣么的没有竞争力,看了这么多人的前端学习之路,借鉴他们的方法坚持一段时间. 下面是选取的部分文章,完整的请到原站浏览(http://w…
githup 博客地址 : https://github.com/JMWY/MyBlog…
MJExtension能做什么? MJExtension是一套字典和模型之间互相转换的超轻量级框架 MJExtension能完成的功能 字典(JSON) --> 模型(Model) 模型(Model) --> 字典(JSON) 字典数组(JSON Array) --> 模型数组(Model Array) 模型数组(Model Array) --> 字典数组(JSON Array) MJExtension和JSONModel.Mantle等框架的区别 1. 转换速率: 最近一次测试表…
MBProgressHUD是一个开源类库,实现了各种样式的提示框, 下载地址:https://github.com/jdg/MBProgressHUD,然后把两个MBProgressHUD.h和MBProgressHUD.m放到自己的项目就可以了. 1.默认效果,也就是MBProgressHUDModeIndeterminate 2 第一种加载提示框,MBProgressHUDModeDeterminate 圆饼形状, 3 第三种加载提示框,MBProgressHUDModeDeterminat…
java stack https://github.com/akullpp/awesome-java…
https://github.com/oneuijs/You-Dont-Need-jQuery…
wget https://github.com/xxx/yyy/archive/${commit_hash}.zip…
              1 2 3 4 5 6 7 8 9 10 2014-11-19 20:41:30.130 GitHub for Mac Login[2595:326257] AskPass with arguments: (     "/Applications/GitHub.app/Contents/MacOS/GitHub for Mac Login",     "Username for 'https://github.com': " ) 2014…
https://github.com/CarpenterLee/JCFInternals…
https://github.com/aptana/studio3/releases  aptana…
不知道是否有同学遇到如下的问题: p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo } span.s1 { } git clone https://github.com/istester/ido.git    #一个git仓库. 确收到如下报错: Cloning into 'hosts'... fatal: unable to access 'https://github.com/racaljk/hosts.git/': Fai…
Error msg: $ git push remote: Permission to xxx/Code.git denied to xxxxxx. fatal: unable to access 'https://github.com/xxx/Code.git/': The requested URL returned error: 403 原因: 账号切换, git安全机制导致 解决: git remote set-url origin git@github.com:用户名/仓库名.git…
伟哥开源项目基金会 GitHub_base=> 伟哥开源项目基金会 该项目作者为伟哥,GitHub地址:https://github.com/amh1979: 该项目维护者为鸟窝,GitHub地址:https://github.com/TopGuo: 如果在使中,遇到任何问题,欢迎issue. AspNetCore_Aliyun_OSS 针对asp.net core 使用阿里oss封装的nuget` nuget 地址 AspNetCore_ApiDoc 针对asp.net core webapi…
通过命令添加新repository到git hub在执行最后一步命令(如下所示)的时候报错 git push -u origin master error:remote: Repository not found.fatal: repository 'https://github.com/*****/???.git/' not found Solution:(1)manually add the repository "Repositrory Name" on https://gith…
211806385 黄存慧 https://www.cnblogs.com/huangch/ https://github.com/HuangCh327…
不多说,直接上干货! https://github.com/ 欢迎大家,加入我的微信公众号:大数据躺过的坑        人工智能躺过的坑       同时,大家可以关注我的个人博客:    http://www.cnblogs.com/zlslch/   和     http://www.cnblogs.com/lchzls/      http://www.cnblogs.com/sunnyDream/       详情请见:http://www.cnblogs.com/zlslch/p/7…
用idea往github上push代码的时候,突然的不能用了. 报could not read Username for 'https://github.com': No error错误. 原因不明. 解决 1.进入项目目录 2.进入 .git 目录 3.修改.git/config 文件 把github的账号密码直接写死在url中 之后,问题解决.…
https://github.com/commonsguy/cw-omnibus.git…
ESP-IDF Release v2.1  igrr 发布了这个 on 29 Jul · 自此发布以来,我承诺要 承诺414 自v2.0以来的变化. 突破变化 版本v2.1旨在大大兼容为ESP-IDF v2.0编写的应用程序.但是,引入以下突破性变化: esp_bt_controller_init函数收到一个新的esp_bt_controller_config_t *参数. 如果应用程序采用双核支持构建,则使用正常寄存器访问宏访问DPORT寄存器将导致编译时错误(如果在编译时无法对寄存器地址进行…
构建之法老师叫交下任务学习github,经过一段时间的学习和了解,看介绍.看视频.看博客.初步认识到github的方便与好处.     自己试着去注册和使用github,已经慢慢学会了一些基本操作. 小结 至此,你该对 Git 有了点基本认识,包括它和以前你使用的 CVCS 之间的差别.现在,在你的系统上应该已经装好了 Git,设置了自己的名字和电邮.接下来让我们继续学习 Git 的基础知识.    我的github地址   https://github.com/1010de/Test.git…
所选项目名称:文本替换      结对人:傅艺伟 github地址 : https://github.com/quchengyu/jiedui/tree/quchengyu-patch-1 用一个新字符串替换文本文件中所有出现每个字符串的地方.文件名和字符串都作为命令行参数进行传递.给出相应的测试文件和测试字符串. 项目设计方案        一起选定项目敲定大体结构后,我写的代码,搭档负责测试和修改. 首先,需要定义一个命令把文本文档读入内存,并进行异常处理:然后定义一个写数据流,以便于替换:…
所选项目名称:文本替换      结对人:曲承玉 github地址 :https://github.com/bxoing1994/test/blob/master/源代码 结对人github地址:https://github.com/quchengyu/jiedui/tree/quchengyu-patch-1 用一个新字符串替换文本文件中所有出现每个字符串的地方.文件名和字符串都作为命令行参数进行传递.给出相应的测试文件和测试字符串. 项目设计方案        一起选定项目敲定大体结构后,我…