HTML(hyper text markup language) HTML不是一种编程语言,而是一种标记语言(markup language),标记语言是一套markup tag(标记标签),HTML使用markup tag来描述网页。markup tag(通常被称作HTML tag) mark.....
分类:
Web程序 时间:
2014-07-16 20:29:45
阅读次数:
260
我用的是medoo数据库框架,直接把log添加到数据库中,使用时需要导入medoo文件。Log.phpinsert("en_log", array ( "l_id" => uuid(), "l_type" => $type, "l_tag" => $tag, "l_msg" => $mess...
分类:
Web程序 时间:
2014-07-16 19:39:14
阅读次数:
394
补强圈设计补强圈外径与宽度中的TAG设置为相同的唯一标识。外径、内径leave成功时,宽度内容清空。宽度leave成功时,外径、内径内容清空。外径、内径的mouseenter事件中加入tooltip:外径或内径与宽度只允许输入一项!\n如输入两项则先输入的会被清空!外径输入了内径必输入。内径输入了外...
分类:
其他好文 时间:
2014-07-14 08:05:01
阅读次数:
178
1、在listitem中初始化button的时候,给该button添加一个setTag方法,将此时的索引值传进去,然后在button的onclick事件中调用view的getTag方法,即可将listitem的索引读出来,代码如下:tagButton.setTag(position); 此处的tag...
分类:
其他好文 时间:
2014-07-12 16:15:16
阅读次数:
172
创建Fragment添加Fragment 1、1 6 android:id=findFragmentById 7 8 android:tag=findFragmentByTag />
分类:
其他好文 时间:
2014-07-12 15:31:34
阅读次数:
167
在使用JSP、Servlet进行开发时,遇到java.lang.NoClassDefFoundError: org/apache/taglibs/standard/tag/rt/core/ForEachTag错误,例如以下:SEVERE: Servlet.service() for servlet ...
分类:
编程语言 时间:
2014-07-12 08:24:37
阅读次数:
316
1. 系统刚开完机,想完全打印出来,则用 logcat , 这样它会把缓存里面的都打印出来;
2. 如果不想打印占用终端,则加个&号,即 logcat &
3. 如果想把前面的打印清掉,开始现在的打印,则用 logcat -c ; logcat
4. 如果想过滤出代码中Log.d(TAG, "****") 中TAG的关键字打印,则用 logcat -s TAG ...
分类:
移动开发 时间:
2014-07-10 22:03:58
阅读次数:
252
http://www.cnblogs.com/twinsclover/archive/2012/04/26/2471704.html用python的BeautifulSoup分析htmlhttp://www.crummy.com/software/BeautifulSoup/bs3/documentation.zh.htmlBeautifulSoup中文文档1)搜索tag:find(tagname)#直接搜索名为tagname的tag如:find(‘head‘)find..
分类:
编程语言 时间:
2014-07-10 19:12:38
阅读次数:
265
基本选择器:id选择器:$("#id")标签选择器:$("tag")类选择器:$(".classname")通配选择器:$("*")组选择器:$("selector1,selector2,...,selectorN")层次选择器:包含选择器:$("ancestordescendant")子选择器:$("parent>child")相邻选择器:$("prev+next")兄弟选择器:$..
分类:
Web程序 时间:
2014-07-10 18:41:34
阅读次数:
260
jnihelp.h头文件根据需求自行添加,也可以直接删除#defineLOG_TAG"JNIHelp"#include"JNIHelp.h"#include"android/log.h"#include<string.h>#include<assert.h>#include<stdio.h>#include<stdlib.h>staticvoidgetExceptionSummary(JNIEnv*env,jthrowabl..
分类:
其他好文 时间:
2014-07-10 18:35:15
阅读次数:
313