专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
代码如下: using ; using .Collections.Generic; using .Text; using .Net; using .IO; using .Web.Services.Description; using .CodeDom; using Microsoft.CSharp; using .CodeDom.Compiler; WWBClassLib.Tools { public WebServiceHe [阅读全文] [PDF]
存储过程如下: ANSI_NULLS _disibledevent=> ( @user_sort=1) begin declare cursor_temp cursor local for --定义游标 select 学号,密码 from 学生表 where 学号 = @userID and 密码 = @userPWD; open cursor_tem [阅读全文] [PDF]
如何用PHP直接文本文件内容:首先通过file打开服务器上个文本文件返回$myFile 就将成为这个文件操作句柄然后再通过循环指令取出文件中每行内容并打印出来 编程思路 首先要使用为fi1e本和 readfile 类似区别地方为 file 将文件中内容全部读出并输出到变量中、每行都是单独元素使用 file 打开个 data.txt 文件,data.txt 文件内容为: 第行1 第 2行2 第 3行3 打开文件语句 [阅读全文] [PDF]
之前不是写了windows服务吗,需要向系统注册服务,但是我只有ftp权限怎么办,不能远程到桌面。 想了个办法,写了一个aspx页面,通过代码调用cmd来运行。当然,因为服务器安全放的比较开,内网吗~ 下面代码 view plaincopy to clipboardprint? <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CMD.aspx.cs" Inherits="Test_CMD" %& [阅读全文] [PDF]
1 共4条 分1页