记录一下Linux核心的基础命令。 ls命令 ls:list显示目录文件下的内容。 ls -l:(use a long listing format)显示目录文件下内容,以长格式来显示。 ls -a:(do not ignore entries starting with .)显示所有文件内容,包括 ...
分类:
系统相关 时间:
2019-06-14 01:13:31
阅读次数:
194
最近开发中遇到一些问题,这里记录下Mysql中的两种表级别的锁。 读锁:所有的会话只能进行SELECT语句查询 写锁:只有当前会话能增删改查,其他会话无法任何操作 下面是个简单测试: 首先测试Write 下面先开启一个客户端进行如下操作: 然后开启客户端二操作: 此时 客户端二会被lock 查看pr ...
分类:
数据库 时间:
2019-06-11 23:36:29
阅读次数:
271
在发布到IIS的webApi项目中,运行时报出以上错误, 解决方法: 1、打开发布目录文件夹,找到web.config文件 2、打开web.config找到stdoutLogEnabled="false",把该值改为true,即->stdoutLogEnabled="true" 3、新建logs文件 ...
分类:
移动开发 时间:
2019-06-06 17:26:12
阅读次数:
433
ftpdw.exe所在目录下缺少msvcr71.dll jakarta_service_20190520.log [2019-05-20 00:08:41] [info] Running Service...[2019-05-20 00:08:41] [info] Starting service. ...
分类:
Web程序 时间:
2019-06-02 01:41:18
阅读次数:
144
# Problem_2.py """ Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms... ...
分类:
其他好文 时间:
2019-05-31 19:58:03
阅读次数:
112
Apache Thrift - Centos 6.5 Install http://thrift.apache.org/docs/install/centos Building Apache Thrift on CentOS 6.5 Starting with a minimal installat ...
分类:
Web程序 时间:
2019-05-26 10:59:11
阅读次数:
174
Starting with a positive integer N, we reorder the digits in any order (including the original order) such that the leading digit is not zero. Return ...
分类:
其他好文 时间:
2019-05-20 23:00:12
阅读次数:
186
在华为手机上手动卸载debug版本的app后再次通过adb安装会报如下错误: Error while executing: am start -n "com.loyal888.blog/com.loyal888.blog.activity.MainActivity" -a android.inten ...
分类:
移动开发 时间:
2019-05-18 14:11:20
阅读次数:
364
For 2005 / 2008 / 2008 R2 For 2012 this is simpler 参考地址: https://stackoverflow.com/questions/758186/how to get n rows starting from row m from sorted ...
分类:
数据库 时间:
2019-05-15 14:09:38
阅读次数:
114
<%@page import="test_el_jstl.User"%> <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl ...
分类:
Web程序 时间:
2019-05-15 09:49:03
阅读次数:
146