• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
wjshan0808

Learn from yesterday, Live for today, For a better tomorrow.
 ————wjshan0808

博客园    首页    新随笔    联系   管理    订阅  订阅
2013年4月14日
C#实现线性查找(递归,非递归)
摘要: 源文件: http://pan.baidu.com/share/link?shareid=439733&uk=3912660076参考代码来源自课本://Main:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace LinearSearch{ class Program { static void Main(string[] args) { Console.WriteLine("Please enter... 阅读全文
posted @ 2013-04-14 21:41 wjshan0808 阅读(410) 评论(0) 推荐(0)
C#实现折半查找(递归,非递归)
摘要: 源文件:http://pan.baidu.com/share/link?shareid=439727&uk=3912660076代码参考来源于课本://Main:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace BinarySearch{ class Program { static void Main(string[] args) { Function obj = new Function(); ... 阅读全文
posted @ 2013-04-14 17:15 wjshan0808 阅读(830) 评论(0) 推荐(0)
C#实现选择排序
摘要: 源文件:http://pan.baidu.com/share/link?shareid=439747&uk=3912660076参考代码来源于课本://Mainusing System;using System.Collections.Generic;using System.Linq;using ... 阅读全文
posted @ 2013-04-14 14:00 wjshan0808 阅读(420) 评论(0) 推荐(0)
C#实现插入排序
摘要: 源文件:http://pan.baidu.com/share/link?shareid=439748&uk=3912660076代码参考来源于课本://Main:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace InsertSort{ class Program { static void Main(string[] args) { Console.WriteLine("Ple... 阅读全文
posted @ 2013-04-14 12:36 wjshan0808 阅读(170) 评论(0) 推荐(0)
C# 代码展开和折叠的快捷键
摘要: Ctrl+M + 光标所在块: 单击M折叠/双击M展开Ctrl+M+O:折叠所有块Ctrl+M+L:展开所有块还可以用 #region //code #endregion进行代码区域性管理。 阅读全文
posted @ 2013-04-14 01:57 wjshan0808 阅读(895) 评论(0) 推荐(0)
找回消失的回收站
摘要: 将一下内容另存为inf文件:[Version]signature="$Windows NT$"DriverVer=10/01/2002,5.2.3790.1830[DefaultInstall]AddReg = rec.AddRegDelReg = rec.DelReg[rec.AddReg]HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}",,0,"Recycle B 阅读全文
posted @ 2013-04-14 01:11 wjshan0808 阅读(345) 评论(0) 推荐(0)
用命令启动:我的电脑,网上邻居,回收站,IE
摘要: win+R下输入:我的电脑explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}网上邻居explorer.exe ::{208D2C60-3AEA-1069-A2D7-08002B30309D}回收站explorer.exe ::{645FF040-5081-101B-9F08-00AA002F954E}打开IEiexplore -new 阅读全文
posted @ 2013-04-14 01:02 wjshan0808 阅读(359) 评论(0) 推荐(0)
练习数据库实例的启动与关闭
摘要: 一,EM 在Enterprise Manager中关闭数据库 在数据库处于打开状态时,使用SYS用户以SYSDBA身份登录到Enterprise Manager。别忘了把操作用户加进批处理.........并且 注意用户字母的大小写 Administrator SYS 在Enterprise Manager中开启数据库抱歉我的出问题了。。。嘿嘿。。。二,sqlplus工具为了演示在sqlplus中启动StuDB.限制性启动对数据库实例的访问。可在该方式下执行如下操作: 导入和导出数据。 执行数据载入。 临时阻止指定的用户访问数据库。 执行迁移或升级操作... 阅读全文
posted @ 2013-04-14 00:34 wjshan0808 阅读(364) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3