码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
windows 下的oracle实例启动时报错ora-28056
windows下的的oracle ,实例启动时是会向windows操作系统的事件查看器--应用程序 部分写入启动信息的,并且这个写入行为无法用oracle 的参数或者其他手段去禁止。 若是事件查看器--应用程序的日志满了,会导致如下的情况:ORA-28056: Writing audit records to Windows Event Log failed. 清理完日志之...
分类:数据库   时间:2014-10-31 19:10:28    阅读次数:331
Building good docker images
Thedocker registryis bursting at the seams. At the time of this writing, a search for "node" gets just under 1000 hits. How does one choose?What const...
分类:其他好文   时间:2014-10-30 16:50:48    阅读次数:249
How to Create a Java Concurrent Program
In this Document   Goal   Solution   Overview   Steps in writing Java Concurrent Program   Template Program:   Program L...
分类:编程语言   时间:2014-10-30 13:37:27    阅读次数:262
The useful App Paths registry key : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Pathshow to load BPLs without writing them in the system directory or in the applicat...
分类:移动开发   时间:2014-10-28 20:01:45    阅读次数:344
AngularJS
https://github.com/angular/angular.js/wikihttps://github.com/angular/angular.js/http://www.youtube.com/user/angularjs/Writing AngularJS Documentation
分类:Web程序   时间:2014-10-28 17:02:53    阅读次数:190
PHP: The big picture
Before getting down to to the business of writing some real PHP, I want to take a few minutes to explain some basics. PHP needs to be processed by the...
分类:Web程序   时间:2014-10-28 09:15:05    阅读次数:314
fopen中r+和w+的区别
r+: Open for reading and writing. The stream is positioned at the beginning of the file.w+:Open for reading and writing. The file is created if it doe...
分类:其他好文   时间:2014-10-25 11:46:56    阅读次数:159
编写高质量代码【笔记】
书写可维护的代码(Writing Maintainable Code )可维护的代码意味着:可读的一致的可预测的看上去就像是同一个人写的已记录最小全局变量(Minimizing Globals)每个JavaScript环境有一个全局对象,当你在任意的函数外面使用this的时候可以访问到。你创建的每一...
分类:其他好文   时间:2014-10-24 18:42:35    阅读次数:167
Exercise 16: Reading And Writing Files
from sys import argvscript, filename = argvprint "We're going to erase %r." % filename print "If you don't want that, hit CTRL-C (^C)." print "If you ...
分类:其他好文   时间:2014-10-23 22:34:53    阅读次数:298
笔记:美国院士教你写论文
题目:George M.Whitesides. Whitesides' Group: Writing a Paper.要点:论文是研究的中心。如果你的研究没有产出论文,就等于什么都没做。你的目标是阐明并且测试你的假设,并从这些测试中得出结论。论文可以帮助你做研究计划。理解论文的目的和形式对于组织和引...
分类:其他好文   时间:2014-10-22 14:30:14    阅读次数:231
842条   上一页 1 ... 74 75 76 77 78 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!