自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(6)
  • 资源 (9)
  • 收藏
  • 关注

原创 在安装软件CAJViewer时出现,“错误1327。无效驱动器:F:

解决办法:DOS中输入如下命令:[plain] view plaincopysubst F: %TEMP%  回车退出即可,必要时重启电脑。软件安装成功之后可以运行以下命令,将该虚拟分区删除:[plain] view plaincopysubst F: /D

2014-07-28 23:10:43 15256 1

原创 Ubuntu与Win7双系统下,改变分区导致error:no such partition grub rescue>

我电脑装的是windows和ubuntu双系统。在windows下改变分区,包括新建分区、删除分区、合并分区等操作,会造成Ubuntu的grub找不到分区,以致进入grub rescue模式。这时可以通过如下方式恢复。

2014-07-24 22:41:44 4857

原创 can't connect to mysql server on localhost <10061>

需要启动MySQL服务。可以采用两种方式启动MySQL:1.命令行方式。Win+R,输入cmd并回车,在命令行窗口输入:net start mysql5656是安装的mysql的版本。2.图形方式在桌面上右键计算机->管理->服务和应用程序->服务,找到mysql56,右键启动即可。也可以双击mysql56,改成自动启动mysql56。

2014-07-21 22:37:31 1116

原创 安装MySQL和Navicat,并与MyEclipse连接

1.下载安装MySQL1)到http://dev.mysql.com/downloads/下载MySQL社区版Server,和用于JDBC的Connector。一路默认安装即可,需要注意的是记住MySQL数据库的用户名和密码。2)默认安装到C:\Program Files\MySQL或C:\Program Files (x86)\MySQL,与MyEclipse连接时需要的驱动包在该目录的

2014-07-21 18:27:21 20373 3

原创 开发Java Web对JDK,Tomcat,Eclipse安装配置

一、安装JDK和Tomcat1,安装JDK:直接运行jdk-7-windows-i586.exe可执行程序,默认安装即可。备注:路径可以其他盘符,不建议路径包含中文名及特殊符号。2、安装Tomcat:直接解压缩下载文件“apache-tomcat-7.0.33-windows-x86.zip”到C盘下。安装路径建议修改为:c:\tomcat。备注:如下载的是可执行文

2014-07-18 23:40:04 1317

原创 深入浅出面向对象分析与设计笔记

1.在搜索匹配时注意大小写问题2.别为了解决旧问题而产生新问题。3.使用enum的好处:使用enum的方法或类会受到它的保护,不会有未定义的enum的值。因此不会有打错字或拼错字,对任何具有标准范围或合法值的东西都能避免取得坏数据。

2014-07-10 16:27:00 1899

Hands.On.Machine.Learning.with.Scikit.Learn.and.TensorFlow

Fast-forward 10 years and Machine Learning has conquered the industry: it is now at the heart of much of the magic in today’s high-tech products, ranking your web search results, powering your smartphone’s speech recognition, and recommending videos, beating the world champion at the game of Go. Before you know it, it will be driving your car.

2017-11-07

Deep Learning 英文原版

Deep Learning 英文原版 Ian Goodfellow Yoshua Bengio Aaron Courville This book is about a solution to these more intuitive problems. This solution is to allow computers to learn from experience and understand the world in terms of a hierarchy of concepts, with each concept defined in terms of its relation to simpler concepts. By gathering knowledge from experience, this approach avoids the need for human operators to formally specify all of the knowledge that the computer needs.

2017-11-05

APK去广告的一种方法

APK去广告所需资源如下: 过程大体分为以下四步:解包、去广告、打包、签名,具体如下:

2015-11-19

面向对象程序设计(C++)课件

相当经典的C++入门到精通课件,想学C++的人有福了!

2011-09-22

数值计算方法的一些课件

学习数值计算方法必备课件,可供老师学生使用。

2011-08-21

C++单词分析程序代码

输入所给文法的源程序字符串,输出源程序字符串以及分类单词(如运算符,保留字,常量等)到控制台以及文件。

2011-07-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除