Compass由Resources,Commands,Logs三个部分组成 Resources包含了Links和Fonts: Commands可以执行php命令,比如创建model: 创建一个Download的Model: 提示创建成功: ...
分类:
其他好文 时间:
2018-12-15 10:32:12
阅读次数:
186
操作环境:Mac OS 一、搭建简单的HTTP连接 1、安装apache服务 1) 查看apache是否安装,若未安装,立即安装 apachectl -v 2) 修改配置文件 前往/etc/apache2文件夹,打开其中最重要的配置文件httpd.conf (带d的名字的文件是守护进程的配置文件) ...
分类:
Web程序 时间:
2018-12-13 23:32:02
阅读次数:
312
一 STLINK可以随时在STLINK与jlink之间切换:方法:https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/ 工具下载:https://www.segger.co ...
分类:
其他好文 时间:
2018-12-05 10:18:55
阅读次数:
1068
The interactive pseudo-classes for links (and buttons) allow us to make sure the user knows what elements on the page are interactive and that they ca ...
分类:
Web程序 时间:
2018-12-05 00:21:22
阅读次数:
244
package com.links.dao.impl; import java.sql.*; public class JDBCUtil { // 数据库驱动类?? private static final String Driver = "oracle.jdbc.driver.OracleDriv ...
分类:
数据库 时间:
2018-12-03 13:56:11
阅读次数:
217
Fundamentals of Logic To make complicated mathematical relationships clear,it is convenient to use the notation of symbolic logic.Symbolic logic is ab ...
分类:
其他好文 时间:
2018-11-30 00:45:55
阅读次数:
134
eclipse里安装SVN插件,一般来说,有三种方式: 1. 直接下载SVN插件,将其解压到eclipse的对应目录里 2. 使用eclipse 里Help菜单的“Install New Software”,通过输入SVN地址,直接下载安装到eclipse里 3. 使用eclipse自己的软件市场去 ...
分类:
系统相关 时间:
2018-11-29 12:38:36
阅读次数:
259
所以在list_editable某些字段的时候需要查看该字段的约束条件是否符合 ...
分类:
其他好文 时间:
2018-11-28 20:36:47
阅读次数:
740
描述Linux下软链接和硬链接的区别在Linux系统中,链接分为两种,一种是硬链接(Hard link),另一种称为符号链接或软链接(Symbolic Link)。①默认不带参数的情况下,ln创建的是硬链接,带-s参数的ln命令创建的是软链接。②硬链接文件与源文件的inode节点号相同,而软链接文件 ...
分类:
系统相关 时间:
2018-11-23 11:19:42
阅读次数:
166
使用Files.walkFileTree()找出指定文件夹下所有大于指定大小(比如1M)的文件 import java.io.IOException; import java.nio.file.*; import java.nio.file.attribute.BasicFileAttributes ...
分类:
其他好文 时间:
2018-11-21 22:21:18
阅读次数:
257