权限不足而报错:
mv: cannot move './confsjjYiM/out' to 'cmake/Makefile': Permission denied
config.status: error: could not create cmake/Makefile
hyc@hyc-csu:/usr/local/proj-4.9.1$ make
Making all in src...
分类:
其他好文 时间:
2015-07-21 22:19:43
阅读次数:
122
所有内容均来源于官方文档https://developer.android.com/training/articles/memory.htmlonly way to completely release memory from your app is to release object references you may be holding, making the memory availabl...
分类:
移动开发 时间:
2015-07-21 14:58:35
阅读次数:
146
We'll defineS(n)for positive integernas follows: the number of then's digits in the decimal base. For example,S(893)?=?3,S(114514)?=?6.You want to mak...
分类:
其他好文 时间:
2015-07-19 16:13:36
阅读次数:
95
题目传送门 1 /* 2 数学:这题一直WA在13组上,看了数据才知道是计算cost时超long long了 3 另外不足一个区间的直接计算个数就可以了 4 */ 5 #include 6 #include 7 #include 8 #include 9 #incl...
分类:
其他好文 时间:
2015-07-19 14:55:30
阅读次数:
89
linux@ubuntu:~/Desktop/gsoap-2.8$ sudo make
make all-recursive
make[1]: Entering directory `/home/linux/Desktop/gsoap-2.8'
Making all in gsoap
make[2]: Entering directory `/home/linux/Desktop/gso...
分类:
系统相关 时间:
2015-07-13 18:40:09
阅读次数:
323
"Track changes" is wonderful and remarkable tool of Microsoft Word 2010. The feature allows editing your documents without making the changes permanen...
分类:
其他好文 时间:
2015-07-13 13:50:18
阅读次数:
95
Making the Grade
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 4732 Accepted: 2244
DescriptionA straight dirt road connects two fields on FJ’s farm, but it changes elevation mo...
分类:
其他好文 时间:
2015-07-03 10:38:35
阅读次数:
104
英文原文:7 Mistakes You’re Making In Your Programming Career
作为软件开发人员生活和职业指导,我需要和很多程序员交流,帮助他们提升职业生涯,加速成长。时间久了,我发现很多程序员总是犯着相同的错误,前仆后继,却毫不自知。下面就是程序员在他们的软件开发生涯中最常犯的 7 个错误。
1. 没有明确的目标
心中没有终点目标,那就只...
分类:
其他好文 时间:
2015-06-26 12:52:19
阅读次数:
136
原文地址:Making a simple VM interpreter in Python更新:根据大家的评论我对代码做了轻微的改动。感谢 robin-gvx、 bs4h 和 Dagur,具体代码见这里Stack Machine 本身并没有任何的寄存器,它将所需要处理的值全部放入堆栈中而后进行处理。Stack Machine 虽然简单但是却十分强大,这也是为神马 Python,Java,PostSc...
分类:
编程语言 时间:
2015-06-20 09:13:55
阅读次数:
147
原文地址:[Making a simple VM interpreter in Python](https://csl.name/post/vm/) **更新:根据大家的评论我对代码做了轻微的改动。感谢 robin-gvx、 bs4h 和 Dagur,具体代码见[这里](https://github.com/cs...
分类:
编程语言 时间:
2015-06-19 23:10:48
阅读次数:
423