火焰文字制作: 最终效果 第一步: 新建图层,并输入文字(这里不做详细解说) 第二步: 右键文字图层 -->栅格化文字 第三步: 合并图层 第四步: 图像 --> 图像旋转 --> 90度(逆时针)(0) 第五步: 滤镜 --> 风格化 --> 风... 第六步: 滤镜 --> 扭曲 --> 波纹. ...
分类:
其他好文 时间:
2017-07-02 22:15:00
阅读次数:
220
Android开发中,大部分控件都有visibility这个属性,其属性有3个分别为“visible ”、“invisible”、“gone”。主要用来设置控制控件的显示和隐藏。 1) 可见(visible) XML文件:android:visibility=”visible”Java代码:view ...
分类:
移动开发 时间:
2017-06-29 01:05:08
阅读次数:
263
今天mysql备份的crontab自动运行的时候,出现了报警,报警内容如下 一开始我把故障的错误点定位在"mysqldump: Couldn't execute 'show fields from `revision`': MySQL server has gone away (2006)"这段报错 ...
分类:
数据库 时间:
2017-06-29 00:49:38
阅读次数:
651
题目描述 Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible from the N ...
分类:
其他好文 时间:
2017-06-22 20:51:55
阅读次数:
184
或者,报错信息: ERROR 2005 (HY000): Unknown MySQL server host '10997107101114' (0)ERROR:Can't connect to the server No connection. Trying to reconnect... 解决办 ...
分类:
数据库 时间:
2017-06-15 12:41:25
阅读次数:
227
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=9&problem=698&mosmsg=Submission+received+with+ID ...
分类:
其他好文 时间:
2017-06-09 16:03:38
阅读次数:
184
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { Window window = getWindow(); window.clearFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT... ...
分类:
移动开发 时间:
2017-06-06 15:56:58
阅读次数:
440
前言 我们在导入mysql数据时候,mysql客户端突然报错:MySQL server has gone away(error 2006) 类似这种情况,处理思路为:调节mysql允许导入包的大小即可。 有两种设置方法: 1.修改mysql的my.inf配置文件(单位为B,此处设置为800M):ma ...
分类:
数据库 时间:
2017-05-25 14:42:53
阅读次数:
276
在用Mysql Yog或者PHPMyadmin等工具导入数据量大的sql文件时,会提示“gone away”,那么如何处理这个问题尼? 在Mysql对应的配置文件中my.ini文件中加入以下配置: ...
分类:
数据库 时间:
2017-05-22 09:24:38
阅读次数:
184
直接上代码把。主要是又一次给item measure高度,直接上代码把 import java.util.ArrayList; import android.app.Activity; import android.os.Bundle; import android.view.LayoutInfla ...
分类:
移动开发 时间:
2017-05-21 20:35:12
阅读次数:
225