- 博客(54)
- 收藏
- 关注
原创 窗口截图+动态模糊记录
private void createBlurLayer() { if (!mConfigBlur) return; if (!mBlurCleared) { mBlurLayer.setImageDrawable(new ColorDrawable(0xFFAAAAAA)); return; } // We need to orient the screenshot correctly (and the Surface api seems .
2020-05-24 21:01:59
498
原创 MySQL常用命令[转]
1、MySQL常用命令 show databases;列出所有数据库create database name; 创建数据库use databasename; 选择数据库drop database name 直接删除数据库,不提醒show tables; 显示表describe tablename; 表的详细描述select 中加上distinct去除重复
2010-10-31 14:14:00
397
原创 Servlet
1. web.xml 配置 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5
2010-10-30 15:07:00
500
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人