git status 查看当前分支状态
git add 需要提交的文件
git rm 需要删除的文件
git commit -m "注释说明"
git branch 查看当前是属于哪个分支,假如是puppis 分支
git pull --rebase 更新到与服务器同步
git push origin puppis 提交到p...
分类:
其他好文 时间:
2014-11-13 14:49:45
阅读次数:
179
使用 MegaFiers 插件,可以使得Unity支持顶点动画的播放。
官方视频教程如下:
在这里简单测试使用下,环境如下:
Blender 2.72
Unity 4.5.4
MegaFiers 2.74
创建物体和动画
首先打开Blender,默认会含有一个立方体,下面对这个立方体制作一个简单动画,让其在1~100帧做旋转,101...
分类:
编程语言 时间:
2014-11-13 14:46:38
阅读次数:
301
题目链接:Codeforces 486E LIS of Sequence
题目大意:给定一个数组,现在要确定每个位置上的数属于哪一种类型。
解题思路:先求出每个位置选的情况下的最长LIS,因为开始的想法,所以求LIS直接用线段树写了,没有改,可以用
log(n)的算法直接求也是可以的。然后在从后向前做一次类似LIS,每次判断A[i]是否小于f[dp[i]+1],这样就可以确定该位...
分类:
其他好文 时间:
2014-11-13 14:48:55
阅读次数:
252
入驻csdn也有个数月了,希望大家多多浏览,留下您宝贵的意见。我的成长,需要您的陪伴...
分类:
其他好文 时间:
2014-11-13 14:49:24
阅读次数:
117
Workflow notification mailer setup in R12 is similar to 11i ( In both release 11i (OWF.H and higher in 11i) & R12 are Java Mailer)
* Previous version of Notification Mailer in 11i was based on C also...
分类:
其他好文 时间:
2014-11-13 14:49:03
阅读次数:
153
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of the nodes in each of...
分类:
其他好文 时间:
2014-11-13 14:45:51
阅读次数:
172
不是自己亲自完成代码,你永远都想不到要注意的细节在哪里!!!...
分类:
编程语言 时间:
2014-11-13 14:48:42
阅读次数:
294
题目大意:同解方程 数据范围m
O(m)做法见 http://blog.csdn.net/popoqqq/article/details/40984859
O(m)跪了你就当我没辙么?
首先找到一个比较靠谱的第一个质数 将对第一个质数取模为0的值全都存在一个数组里
由于这个是有循环节的 所以我们只需要处理出[0,p-1]中对第一个质数取模为0的数就可以搞出所有了
然后对于这个数组里的所有...
分类:
其他好文 时间:
2014-11-13 14:48:20
阅读次数:
179
Introducing Visual Studio’s Emulator for Android...
分类:
移动开发 时间:
2014-11-13 14:48:20
阅读次数:
414
/*
*copyright(c) 2014,烟台大学计算机学院
*All rights reserved。
*文件名称:静态常量测试
*作者:王忠
*完成日期:2014.11.13
*版本号:v1.0
*
*问题描述:测试静态常量的用法
*输入描述:
*程序输出:
#include
using namespace std;
int f(int n);
int main...
分类:
其他好文 时间:
2014-11-13 14:45:13
阅读次数:
163
/*
*copyright(c) 2014,烟台大学计算机学院
*All rights reserved。
*文件名称:静态常量测试
*作者:王忠
*完成日期:2014.11.13
*版本号:v1.0
*
*问题描述:测试静态常量的用法
*输入描述:
*程序输出:
#include
using namespace std;
int func (int a,int b)
...
分类:
其他好文 时间:
2014-11-13 14:46:48
阅读次数:
198
让你的javascript函数拥有记忆功能,减少全局变量的使用...
分类:
编程语言 时间:
2014-11-13 14:46:26
阅读次数:
158
传送们:HDU_3938 portal
思路:主要是实现处理数据,不然便超时,所谓离线处理。
还有注意,离线的姿势,用cnt+=uset[ u] *uset[ v],,如果重新处理所有的集合,重新算的话,又会超时。
#include
#include
#include
#include
using namespace std;
int n,m,q;
int uset[10010...
分类:
其他好文 时间:
2014-11-13 14:47:16
阅读次数:
159
Sublime Text 3 license 一个 供研究使用.
----- BEGIN LICENSE ----
Andrew Weber
Single User License
EA7E-855605
813A03DD 5E4AD9E6 6C0EEB94 BC99798F
942194A6 02396E98 E62C9979 4BB979FE
91424C9D A45400BF F6747...
分类:
其他好文 时间:
2014-11-13 14:46:55
阅读次数:
197
日志类,Config类,以及Excel to cs 相关辅助类....
分类:
其他好文 时间:
2014-11-13 14:47:06
阅读次数:
213
这里的Age指的是响应头Age,下面内容有部分翻译,也有部分自己的理解,欢迎讨论。我们用now表示当前主机的当前时间,用request_time表示缓存发起请求的时间,用response_time表示缓存收到响应的时间。HTTP/1.1要求源服务器的每一个响应都包含一个Date头信息,表示这个响应被源服务器创建的时间,我们用date_value表示这个Date头的值。HTTP/1.1使用Age响应...
分类:
Web程序 时间:
2014-11-13 14:45:44
阅读次数:
207
效果图:
<StyledLayerDescriptor version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"
xmlns="http://www.opengis.net/sld"
xmlns:ogc="http://www.opengis.net/...
分类:
其他好文 时间:
2014-11-13 14:44:48
阅读次数:
296