码迷,mamicode.com
首页 >  
搜索关键字:shared object file    ( 90315个结果
sqlserver 触发器实例
实例1:updateUSE [数据库名称]GO/****** Object: Trigger [dbo].[触发器名称] Script Date: 05/08/2014 12:40:25 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO...
分类:数据库   时间:2014-05-09 10:50:54    阅读次数:481
黑马程序员 NSString,NSMutableString
-----------黑马程序员 IOS培训、Android培训、Java培训、期待与您交流----------------#import /* NSString:不可变字符串 NSMutableString:可变字符串 URL:资源路径 协议头://路径 file://路径 ftp://路径 */...
分类:其他好文   时间:2014-05-09 10:47:28    阅读次数:337
dom入门
当网页被加载时,浏览器会创建页面的文档对象模型(Document Object Model)。//显示,改变html内容document.getElementById("p1").innerHTML="New text!";//显示,改变html属性document.getElementById("...
分类:其他好文   时间:2014-05-09 10:37:09    阅读次数:254
File类的基本操作之RandomAccessFile读取
直接贴代码了,不懂的地方留言讨论 package org.mark.randomaccessfile; import java.io.File; import java.io.FileNotFoundException; import java.io.RandomAccessFile; public class RandomAccessfileDemo2 { /** * @param...
分类:数据库   时间:2014-05-08 17:15:14    阅读次数:294
sahrepoint 上次数据到文档库
sharepoint学习笔记汇总 http://blog.csdn.net/qq873113580/article/details/20390149    protected void Button1_Click(object sender, EventArgs e)         {             using (SPSite site = new SPSite("http:...
分类:其他好文   时间:2014-05-08 17:13:44    阅读次数:254
linux之磁盘管理(五)
swap分区交换空间,正是因为交换空间的存在,使我们的内存可以过载使用。在物理买内存不足的情况下,拿swap来应急。free:查看当前系统上物理内存和交换空间的使用情况。-m[root@vim-ap~]#freetotalusedfreesharedbufferscachedMem:1026868419232607636023704284224-/+buffers/..
分类:系统相关   时间:2014-05-08 16:55:16    阅读次数:435
C#下点击右键之后自动选择为当前选中的节点
private void treeView1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e) { if(e.Button==MouseButtons.Right) { TreeNode tn=treeView1.GetNodeAt(e.X,e.Y); if(tn!=null)treeView1.SelectedNode...
分类:其他好文   时间:2014-05-08 16:24:44    阅读次数:308
txt 转为 csv 可以通用的 工具
Ruby Txt 转为 CSV 通用的工具 require 'csv' namespace :sys_file_conver do desc "把txt数据导入到csv中" task :txt_to_csv => :environment do amount = 100 head_hash = { '对账文件名称' =>[12]...
分类:其他好文   时间:2014-05-08 15:53:08    阅读次数:276
File类的基本操作之RandomAccessFile写入操作
今天学习java io中File类下的 RandomAccessfile,欢迎留言讨论,其他知识看api package org.mark.randomaccessfile; import java.io.File; import java.io.RandomAccessFile; /** * 写入操作 */ public class RandomAccessfileDemo1 { ...
分类:数据库   时间:2014-05-08 15:42:28    阅读次数:357
Visual Leak Detector(vld)无法显示内存泄露文件名与行号
使用VLD测有没内存泄露的时候,出现(File and line number not available): (Function name unavailable) 查看VS控制台,发现 已加载“C:/WINDOWS/system32/dbghelp.dll”  说明VS加载了WINDOWS的dll而不是最新的VLD的dbghelp.dll 解决方案: 只需把VLD 安装路径下...
分类:其他好文   时间:2014-05-08 15:41:04    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!