`
文章列表
给大家推荐款好用的截屏录屏软件: 1.shareX:  https://getsharex.com/  2. lightshot :https://app.prntscr.com/en/index.html    
(一)创建用户 相信大家的linux入门教材都是《鸟哥私房菜》,然而,我实际操作的时候发现并不是那么一回事。其实Ubuntu有自己的默认设置,如果你还使用useradd命令的话,/home下是不会自动创建用户主目录的。 后来查资料发现,Ubuntu其实并不是在故意搞事情,而是大大简化的我们的操作-------下面就讲讲adduser命令! 这个命令实际是一个perl脚本,是useradd等类似底层命令的更友好的前端,它会用交互性的方式建立新用户,使用它可以指定新用户的家目录,登录密码,是否加密主目录等等,它会: 1.建立一个新目录作为家目录2.建立同名新组3.把用户的主要组设为该组(除 ...
1.更新源列表 打开"终端窗口",输入"sudo apt-get update"-->回车-->"输入当前登录用户的管理员密码"-->回车,就可以了。如果不运行该命令,直接安装vsftpd,会出现"有 几个软件包无法下载,您可以运行apt-get update------"的错误提示,导致无法安装   2.安装vsftpd 打开"终端窗口",输入"sudo apt-get install vsftpd"-->回车--> ...

redis 简易教程

Redis is what is called a key-value store, often referred to as a NoSQL database. The essence of a key-value store is the ability to store some data, called a value, inside a key. This data can later be retrieved only if we know the exact key used to store it. We can use the command SET to store the ...

Git 简易指南

    博客分类:
  • Git
1.安装 https://git-scm.com/downloads;选择合适的版本。 2.  创建新仓库 创建新文件夹,打开,然后执行  git init以创建新的 git 仓库。 3. 检出仓库 执行如下命令以创建一个本地仓库的克隆版本:git clone /path/to/repository 如果是远端服务器上的仓库,你的命令会是这个样子:git clone username@host:/path/to/repository 4. 工作流 你的本地仓库由 git 维护的三棵“树”组成。 第一个是你的 工作目录,它持有实际文件; 第二个是 缓存区(Index), ...
1. 我的网络环境没问题,打开iteye,博客页加载不出来中间的块儿,看起来像两边挂了两幅对联,中间空的,汗颜。。。。。。   2. 页面链接分享到别的软件或者网站,都不能自适应,导致用户体验差。 3.现在的页面或者布局能不能改版下,看起来体验不好,太没美感了。 4.iteye陪我走过了好多年,我只希望它越来越好,越来越易用,服务更多码农。 4.以上纯属个人建议,不喜勿喷谢谢。
SQLite SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个
c#通过oracle client连接oracle时报错如下:   Attempt to load Oracle client libraries threw BadImageFormatException.  This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.   用c#的System.Data.OracleClient连接库时 可能的原因分析:    1. Oracle client的位数为64位:      1)c#应用 ...
What is SQL*Loader and what is it used for?[edit] SQL*Loader is a bulk loader utility used for moving data from external files into the Oracle database. Its syntax is similar to that of the DB2 load utility, but comes with more options. SQL*Loader supports various load formats, selective loading, ...
Last time (in issue #9) I wrote in length about parallel execution and multithreading but I never wrote any code. It was all just talk, talk, talk. Sorry for that, but I felt I had to write a solid introduction before delving into murky waters of multithreading. Today I intend to fix that. This a ...
  导读:   这是一个 42 岁的开发者所写经验分享文章.并且列出一些他 18 年多身为软件开发者的经验谈.许多部分看完后都会希望自己当时就能够了
1.安装Android Studio。 Android Studio官方网站地址: http://developer.android.com/sdk/installing/studio.html   Unix/Linux:android-studio-bundle-130.677228-linux.tgz http://pan.baidu.com/share/link?shareid=566016&uk=487907638   Mac OsX: android-studio-bundle-130.677228-mac.dmg http://pan.baidu.com/ ...
这两天配置Oracle For windows,遇到了很多问题,正因如此,也学到了不少东西,特此记录下,以备后患。不喜勿喷谢谢。   1.Oracle 安装: 从官网上下载安装包:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html , Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (x64)   win64_11gR2_database ...
首先Please make sure you've activated WCF components from here. Or alternate and easy way is, go to control panel -> Turn Windows feature on or off -> and make sure you've all the options ticked as mentioned in below screenshot.  
Installing and Configuring Network Address Translation (NAT) on your Host Computer to connect Virtual Machines running on an internal Hyper-V Virtual Switch   If you are running your virtual machines in an internal network and you need to provide them with internet or connectivity to your corporat ...
Global site tag (gtag.js) - Google Analytics