Generated Image
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 算法根据KuNgBiM http://bbs.pediy.com/showthread.php?threadid=40987 分析得出 【算法总结】 密码表计算式: LCase(MD5(LCase(MD5(用户名+“spadger”)))) 注册码段计算式: A:Mid(密码表,5) B:Mid(密码表,5,5) C:Mid(密码表,10,5) D:Mid(密码表,15,5) ... 阅读全文
posted @ 2007-03-16 18:52 桂圆 阅读(621) 评论(0) 推荐(0) 编辑
摘要: 引用别人的WebServices http://www.ayandy.com/ 本服务数据来源于中国气象局数据,实时更新,准确可靠,包括国内外400多个主要城市。请不要用于任何商业目的,若有需要请与作者联系,欢迎技术交流。作者QQ:15244833 E-Mail:secretary@ayandy.com The following operations are supported. For a ... 阅读全文
posted @ 2007-03-15 15:11 桂圆 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: 还是继续参考cnblogs中大虾的文章, 原出处是找不到啦 ...... 实现了程序的唯一实例 如果打开过程序 会有个MessageBox 然后 将已经打开的程序 设为活动窗口 看代码吧 使用VS2005工具 将代码放入Program.cs 中 修改其中少部分 就可以啦 using System;using System.Collections.Generic;using System.... 阅读全文
posted @ 2007-03-13 09:05 桂圆 阅读(534) 评论(1) 推荐(0) 编辑
摘要: 今天我同学 在群里问 怎么在 SQLSERVER中存储图片 我在博客园中找了找相关的 信息 自己也实践了下 过程如下 首先 要创建 一个表 和一个存储过程 create table test { ids identity(1,1), image images} create proc UpdateImage ( @UpdateImage image ) AS Inser... 阅读全文
posted @ 2007-03-03 13:11 桂圆 阅读(2125) 评论(0) 推荐(0) 编辑
摘要: 在.NET中获取一台电脑名,IP地址及当前用户名是非常简单,以下是我常用的几种方法,如果大家还有其它好的方法,可以回复一起整理: 1. 在ASP.NET中专用属性: 获取服务器电脑名: Page.Server.ManchineName 获取用户信息: Page.User 获取客户端电脑名:Page.Request.UserHostName 获取客户端电脑IP: Page.Request.User... 阅读全文
posted @ 2007-02-22 21:32 桂圆 阅读(1279) 评论(1) 推荐(0) 编辑
摘要: 首先你得有个XML文件 放在DEBUG文件夹下 bookstore.xml Oberon's Legacy Corets, Eva 5.95 几个方法如下 private void button1_Click(object sender, EventArgs e) { //修改XML文件 节点 方法 ... 阅读全文
posted @ 2007-02-22 21:20 桂圆 阅读(884) 评论(1) 推荐(0) 编辑
摘要: 首先得有一个数据库 英文短语和中文一一对应 看看过程 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms... 阅读全文
posted @ 2007-02-20 22:02 桂圆 阅读(539) 评论(3) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Net.Sockets; 按钮事件 private void button1_Click(ob... 阅读全文
posted @ 2007-02-19 12:36 桂圆 阅读(1705) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data; private void button2_Click(object sender, System.EventArgs ... 阅读全文
posted @ 2007-02-18 21:17 桂圆 阅读(1350) 评论(4) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices; ... 阅读全文
posted @ 2007-02-12 21:28 桂圆 阅读(473) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页