If you’ve been using Windows for as long as I have, you have probably run into your share of weird error messages. One that I got recently when trying...
分类:
Windows程序 时间:
2015-07-20 10:45:51
阅读次数:
1025
问题叙述性说明:So I've got a library I'm compiling and I need to link different third party things in depending on if it's the debug or release build (specif...
How Does #DeepDream Work?Do neural networks hallucinate of electronic dogs?If you’ve been browsing the net recently, you might have stumbled on some s...
分类:
其他好文 时间:
2015-07-18 19:49:44
阅读次数:
110
So far I’ve talked about the standards behind it all,but in fact WCF hides most of this from the developer by providing a programming interface for de...
分类:
其他好文 时间:
2015-07-17 18:11:43
阅读次数:
86
In this Document Goal Solution Some Tips About FNDLOAD Some sample examples Diagnostics & Utilities Community: Applies to: Oracle User Management - Ve...
分类:
其他好文 时间:
2015-07-16 16:00:01
阅读次数:
139
Your Customers Do Not Mean What They SayNate JacksonI’VE NEVER MET A CUSTOMER YET that wasn’t all too happy to tell me what they wanted—usually in great detail. The problem is that customers don’t alwa...
分类:
其他好文 时间:
2015-07-16 09:44:24
阅读次数:
105
Ref:https://www.cyphar.com/blog/post/getting-into-linux-kernel-developmentI don't know about you, but I've always found the idea of operating system k...
分类:
系统相关 时间:
2015-07-16 09:32:31
阅读次数:
162
2015-7-15 22:39:41在win7 64位系统之下:可以直接使用pip命令安装或者下载下来django之后,cd到解压开的安装包中,运行 python setup.py install等待安装完成之后,进入python运行环境,使用>>>import django>>>django.VE...
分类:
其他好文 时间:
2015-07-16 00:31:15
阅读次数:
146
前言 最近由于公司项目,有机会尝试结对编程(pair programming),实践了3个月,也有了自己的一些心得体会,本文以Martin.Fowler的《结对编程模糊概念》来展开叙述。1. 实践敏捷过程一定要“结对”吗?This is utterly false. 'Agile' is a ve....
分类:
其他好文 时间:
2015-07-14 22:29:42
阅读次数:
229
groot.view(name,factory)用于创建一个modelView对象与指令gt-view对应参数用途name创建的modelView的名称,用groot.vms[name]可以访问到创建的对象factory函数:有两个参数:vm,ve,分别放属性和事件返回一个modelView对象xx...