问题1: root>sudo apt-get install yum 提示: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 解决方法:sudo dpkg - ...
分类:
系统相关 时间:
2017-01-23 15:04:48
阅读次数:
201
原博客链接:http://blog.csdn.net/zht666/article/details/38706083 spring整合MyBatis使用到了mybatis-spring,在配置mybatis映射文件的时候,一般会使用MapperScannerConfigurer,MapperScan ...
分类:
编程语言 时间:
2017-01-21 20:18:22
阅读次数:
301
Say we have a latest Blender extracted from the download package. We want to create a launcher for Blender so that we can start it from the Unity Dash ...
分类:
系统相关 时间:
2017-01-06 07:55:25
阅读次数:
250
Example is given below to create a data block based on From Clause query in Oracle Forms. The following are the steps: Create a data block manually an... ...
分类:
数据库 时间:
2016-12-25 01:42:38
阅读次数:
305
1. 引言 最近接触Abot爬虫也有几天时间了,闲来无事打算从IMDB网站上爬取一些电影数据玩玩。正好美国队长3正在热映,打算爬取漫威近几年的电影并用vis这个JS库呈现下漫威宇宙的相关电影。 Abot是一个开源的C#爬虫,代码非常轻巧。可以参看这篇文章(利用Abot 抓取博客园新闻数据)入门Abo ...
分类:
Web程序 时间:
2016-12-22 18:56:27
阅读次数:
358
Say we have installed qt programs and we want to run qtcreator from the command line. What we need here is only to put a soft link to the qtcreator we ...
分类:
系统相关 时间:
2016-12-21 09:26:48
阅读次数:
251
来源于:https://medium.freecodecamp.com/making-sense-of-front-end-build-tools-3a1b3a87043b#.nvnd2vsd8 Front end build tools can be confusing even to exper ...
分类:
其他好文 时间:
2016-12-20 01:19:24
阅读次数:
260
http://dojotoolkit.org/documentation/tutorials/1.10/effects/index.html In this tutorial, we will explore the effects that Dojo provides, which allow u ...
分类:
其他好文 时间:
2016-12-20 00:46:14
阅读次数:
190
Note: This post is part of a long-running series of posts covering the union of jQuery and ASP.NET: jQuery for the ASP.NET Developer. Topics in this s ...
分类:
Web程序 时间:
2016-12-16 19:12:53
阅读次数:
212
生产服务器:操作系统:CentOS6.8问题如下图:原因:文件系统被损坏了。解决方式:按键盘上的"Control-D"键,输入root用户密码;#umount/#取消挂载#fsck-y/dev/sda2或是#fsck.ext3-y/dev/sda2#修复文件#shutdown-rnow#重启系统即成功解决该问题。修复过程如下图:
分类:
系统相关 时间:
2016-12-16 02:13:51
阅读次数:
326