当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: Option Explicit ´////////
 

 

 ·java xml security    »显示摘要«
    摘要:xml的发展在近两年的发展飞快,w3c也正在大张旗鼓地制定xml相关标准,比如:xhtml, xform, xlink, xml, xml base, xml encription, xml key management, xml query, xml schema, xml signature, xpath, xpointer, xsl and xslt很多。现在信息化的发展迅速,安全也是厂商和......
 ·php已经支持gif的读写    »显示摘要«
    摘要:这是linux下的编译选项(gd库采用2.0.28, 下载地址:http://www.boutell.com/gd/) 结果图: ---------------------------------------- windows下的(这里用的是最新开发版): 结果图: php4.x应该也是支持了吧,只要是使用的gd2.0.28或者更高版本,我还没测试. ......


用VB对磁盘的物理扇区数据读/写操作

option explicit

´// 对磁盘的物理扇区数据读/写操作 【程序编程相关:更改squid的错误信息语言种类

´///////////////////////////////////////// 【推荐阅读:.Net里的哈希表和串行化

´// kwanhong young 【扩展信息:Implementing Reverse

´// last update: 2004-8-7

´/////////////////////////////////////////

´//file system

private declare function createfile lib "kernel32" alias "createfilea" (byval lpfilename as string, byval dwdesiredaccess as long, byval dwsharemode as long, lpsecurityattributes as long, byval dwcreationdisposition as long, byval dwflagsandattributes as long, byval htemplatefile as long) as long

private declare function closehandle lib "kernel32" (byval hobject as long) as long

private declare function readfile lib "kernel32" (byval hfile as long, lpbuffer as any, byval nnumberofbytestoread as long, lpnumberofbytesread as long, byval lpoverlapped as long) as long ´//declare has changed

private declare function writefile lib "kernel32" (byval hfile as long, lpbuffer as any, byval nnumberofbytestowrite as long, lpnumberofbyteswritten as long, byval lpoverlapped as long) as long ´//declare has changed

private declare function setfilepointer lib "kernel32" (byval hfile as long, byval ldistancetomove as long, lpdistancetomovehigh as long, byval dwmovemethod as long) as long

private const generic_read = &h80000000

private const generic_write = &h40000000

private const file_share_read = &h1

private const file_share_write = &h2

private const open_existing = 3

private const invalid_handle_value = -1

´//file seek

private const file_begin = 0

private const file_current = 1

private const file_end = 2

private const error_success = 0&


...   下一页
    摘要:我选用得皮肤为lighty 然后我在新闻里添加了如下得html代码: "you met me at a very strange time in my life" ------ fight club 这里得代码是添加一些自己喜欢得格言或是句子得。样式如下: __________________________________ "you m......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE