Americans are usually 1) tolerant of non-native speakers who have some 2) trouble understanding English. But they become 3)annoyed when a person pret....
分类:
其他好文 时间:
2014-10-16 01:42:21
阅读次数:
242
SummaryThis article discusses some best practices to follow for writing efficient, understandable JavaScript.IntroductionWriting a best practice artic...
分类:
编程语言 时间:
2014-10-14 19:26:38
阅读次数:
328
removing vmware debugger from visual studiobyRosson 十月 14, 2010 at 5:30 下午 underVisual Studio|VMWareA quick tip to anyone who's having trouble with re...
分类:
系统相关 时间:
2014-10-14 17:26:49
阅读次数:
211
Writing Surface ShadersWriting shaders that interact with lighting is complex. There are different light types, different shadow options, different re...
分类:
编程语言 时间:
2014-10-14 15:53:58
阅读次数:
382
就最终的结果来看,其实就是一个小的错误。
但定位错误的时间比较漫长了。。。
背景:出错的代码是 一段运行在 linux 服务器上的程序,程序的主要功能是处理银行pos刷卡记录并做一些计算,最后汇总、格式化输出。
该公司是和银行打交道的,接的项目都是银行的。
第二天老板就给了我一个2000多行的纯c程序,一个测试出错的测试文档 和 出错的输出结果。
由于历史的原因。。。。。该段程序...
分类:
其他好文 时间:
2014-10-10 17:49:04
阅读次数:
201
题目:如图在正五边形中画一个正方形,一直正五边形边长,求正方形边长。
分析:计算几何,解析几何。求出边长的比例关系带入求解即可。
设正五边形边长为1,在顶点建立直角坐标系,则左上角坐标为:B(-cos36,-sin36);
再计算出左下角坐标:C(-2cos36cos72,-cos36sin72);
求直线BC与直线y...
分类:
其他好文 时间:
2014-10-09 17:46:08
阅读次数:
312
最近一直在看苹果公司提供的两本swift官方教程电子书,一部是《The Swift Programming Language》,另一部是《Using Swift With Cocoa and Objective-C》。昨天正好看到第二部电子书的“Writing Swift Classes with Objective-C Behavior”这一节,其中讲述了关于实时渲染这一技术。下面是摘抄的其中一...
分类:
其他好文 时间:
2014-10-08 15:08:29
阅读次数:
280
Writing-a-Kernel-in-C++Write a Kernel in C++ToolsExamples will show hot to use :-GJGPP - a complete 32-bit C/C++ development system for INtel 80386(an...
分类:
编程语言 时间:
2014-10-07 04:15:53
阅读次数:
294
1--clone分支,修改文件本地commit后, push回原分支失败,报错:git pushhap@192.168.1.2's password:Counting objects: 21, done.Compressing objects: 100% (11/11), done.Writing ...
分类:
其他好文 时间:
2014-10-06 00:14:19
阅读次数:
269
“基本”开发模式Windows:Unix/Linux:在基本模式下我们可以通过regi来进行激活我们的object。Regi是一个类git功能的,方便和HANA repository交互的一个命令行工具。具体步骤如下:创建一个HANA的user key:hdbuserstore SET : 创建.....
分类:
其他好文 时间:
2014-10-01 17:20:11
阅读次数:
268