• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
安安的BLOG
安安目前专注电子商务解决方案^_^
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
2008年11月12日
datagrid GridView Repeater 绑定 序号 逐一递增的实现
摘要: datagrid GridView Repeater 绑定 序号 逐一递增的实现 --> 两种情况: 1.不分页自动添加序号 2.分页自动添加序号 3. 直接取绑定对象 阅读全文
posted @ 2008-11-12 10:05 安安 阅读(502) 评论(0) 推荐(0)
2008年11月8日
几种流行的AJAX框架jQuery,Mootools,Dojo,Ext JS的对比
摘要: DOM选择速度测试页面 http://mootools.net/slickspeed/ Ajaxian在2007年底对Ajax工具进行了调查,部分调查结果见下表(其中数字为调查者使用该工具的百分比,详细的请参见网页):http://ajaxian.com/archives/2007-ajax-tools-usage-survey-results Proto... 阅读全文
posted @ 2008-11-08 11:13 安安 阅读(623) 评论(1) 推荐(0)
2008年9月30日
Ubuntu Linux 设置
摘要: 1。 通过rdesktop工具连接Windows远程桌面 没有安装用命令: sudo apt-get install rdesktop 安装后,可以用如下命令: rdesktop -f -a 16 -u administrator -p passwrod feelamcheung 192.168.0.2:8080 -u 和 -p: ... 阅读全文
posted @ 2008-09-30 12:05 安安 阅读(378) 评论(0) 推荐(0)
2008年9月27日
上海电信DNS
摘要: 202.96.209.5 或者202.96.209.6或者202.96.209.133或者 202.96.209.134! 阅读全文
posted @ 2008-09-27 13:37 安安 阅读(935) 评论(0) 推荐(0)
区别window.location.Reload()和window.location.href=window.location.href;
摘要: 测试效果一样。表单没有提交。 都提交数据 window.location.Reload()应该是刷新.(如果有数据提交的话,会提示是否提交的(是和否选项)) window.location.href=window.location.href; 是定向url提交数据 最好不要用location.reload(),而用location=location比较好,还有在模式窗口(showM... 阅读全文
posted @ 2008-09-27 11:03 安安 阅读(9108) 评论(0) 推荐(0)
2008年9月25日
本地测试域名
摘要: C:\WINDOWS\system32\drivers\etc下的 hosts文件修改: 127.0.0.1 localhost 127.0.0.1 8links.cn 阅读全文
posted @ 2008-09-25 11:54 安安 阅读(296) 评论(0) 推荐(0)
2008年8月30日
网络路径结点回溯分析工具
摘要: 测试采用世界网络(http://www.linkwan.com/vr/) Visualroute网络路径结点回溯分析工具 阅读全文
posted @ 2008-08-30 10:53 安安 阅读(318) 评论(0) 推荐(0)
telnet命令
摘要: telnet命令可以缩写。支持的命令为: c - close 关闭当前连接 d - display 显示操作参数 o - open hostname [port] 连接到主机名称(默认端口 23)。 q - quit 退出 telnet set - se... 阅读全文
posted @ 2008-08-30 08:38 安安 阅读(1229) 评论(0) 推荐(0)
2008年8月16日
品牌机用Vista光盘分区
摘要: 1. 用Vista光盘启动电脑,不安装系统,选择修复计算机 2. 点击修复Vista系统,进CMD命令提示符环境。界面X:\Source> 3. 输入 diskpart 4. 进入 DISKPART> 5. 用“select disk 0”命令选中系统的第一硬盘 6. 用“list partition”命令查看该硬盘的分区情况 7. 用“select partition 1”选中我们即将进行操作的... 阅读全文
posted @ 2008-08-16 13:07 安安 阅读(363) 评论(0) 推荐(0)
2008年8月6日
sql server中为某个整数前加上一定数量的0,如1,要返回00001
摘要: select replace(space(5-Len(ltrim(str(field1)))),' ','0')+ltrim(str(field1)) select right('0000'+CONVERT(varchar(5),field1),5) 如: DECLARE @MyCounter INT set @MyCounter=3 select replace(space(5-Len(lt... 阅读全文
posted @ 2008-08-06 14:20 安安 阅读(599) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3