mirrors.opencas.cn中科院的速度200k,很不错,很全用户名:glhuihuang518@gmail.com密码:whui移动手机出现这个错误siteauthentication,然后去https://support.google.com/plus/answer/1350405注册帐号pleaselogintothefolowingdomaindl.google.comAndroidSDK在线更新镜像服..
分类:
移动开发 时间:
2016-03-09 07:05:18
阅读次数:
186
1. 重点介绍下 postman : 用来接口调试的神器 python : 写python的 还有这些 其中 : ad plus 用来去除广告 axure 查看原型图 其中 jsonview 方便json 调试, ie tab 可以模拟ie firebug 就是 firebug啦
分类:
其他好文 时间:
2016-03-06 15:46:11
阅读次数:
94
第五章 循环和关系表达式 1、 2、类别别名: (1) #define FLOAT_POINTER float * FLOAT_POINTER pa, pb; 预处理器置换将该声明转换成 float * pa, pb; // pa 是指针,pb就是一个float (2) typedef char b
分类:
编程语言 时间:
2016-03-04 22:23:46
阅读次数:
210
第二周周五 打算真的进入c++的领域里了 今天买书了<c++primer> 在知乎上看了很多该如何学c++ 希望自己坚持下去 然后明天周六 希望自己不要贪睡 早点起来 工程实践队长一个人承担了90%的任务 打算3月一个整月的时间 看完书 做完题 就酱紫
分类:
编程语言 时间:
2016-03-04 22:22:24
阅读次数:
247
题目:
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at the head of the list.翻译:
给定一个非负数,它是有数字的数组组成,...
分类:
其他好文 时间:
2016-03-04 17:48:32
阅读次数:
126
随着 iPhone 6s 以及 iPhone 6s Plus 的发布,开发者们现在就可以为自己的应用配备上 3D Touch 功能了,从而给界面交互方式开启一个新的维度。 正如苹果所言,开发者可以通过非常简单的 API 来使用 3D Touch ,从根本上来说,也就是 UITouch 的一个简单的新
分类:
其他好文 时间:
2016-03-04 07:04:56
阅读次数:
176
摘自<<C++ Primer>> 5th, chapter 3 vector 容器 a class template; a collection of objects, all of which have the same type 1 initializing vector<T> v1 vecto
分类:
其他好文 时间:
2016-03-04 01:53:52
阅读次数:
228
html 代码如下: <TR id="t030006" class="sr plus selected"> <TD><INPUT id=cvrgNo030006 value=030006 readOnly CHECKED type=checkbox jQuery1456994811776="96">
分类:
Web程序 时间:
2016-03-03 23:04:37
阅读次数:
530
题意让大数加1 我的做法是先让个位+1,再倒置digits,然后进位,最后倒置digits,得到答案。 1 class Solution { 2 public: 3 vector<int> plusOne(vector<int> &digits) { 4 digits[digits.size() -
分类:
其他好文 时间:
2016-03-02 23:25:29
阅读次数:
178
一、SQL Plus是oracle提供的一种用户接口。类似于操作系统的命令行。用户可以通过在SQL Plus中输入命令来向数据库发 送命令,数据库也将处理结果通过SQL Plus呈现给用户。是数据库和用户的交互工具。 SQL Plus有两种模式,命令行模式,GUI模式,对应两个可执行文件。 命令行模
分类:
数据库 时间:
2016-03-01 14:24:09
阅读次数:
172