Tekkaman

导航

 

2017年4月18日

摘要: 【JSON.parse()和JSON.stringify()】 parse用于从一个字符串中解析出json对象,如 var str = '{"name":"huangxiaojian","age":"23"}' 注意:单引号写在{}外,每个属性名都必须用双引号,否则会抛出异常。 stringify( 阅读全文
posted @ 2017-04-18 19:25 Tekkaman 阅读(235) 评论(0) 推荐(0) 编辑
 
摘要: 【AutoIncrement无法设置的问题】 下图红色处始终无法勾选Auto_Increment 解决方法是在详细列表里勾选。 链接:http://stackoverflow.com/questions/33602936/mysql-workbench-auto-increment-disabled 阅读全文
posted @ 2017-04-18 16:50 Tekkaman 阅读(5948) 评论(0) 推荐(1) 编辑
 
摘要: 【Frame animation】 An animation defined in XML that shows a sequence of images in order (like a film). res/drawable/filename.xml Resource pointer to an 阅读全文
posted @ 2017-04-18 10:52 Tekkaman 阅读(154) 评论(0) 推荐(0) 编辑
 
摘要: 【Tween animation】 An animation defined in XML that performs transitions such as rotating, fading, moving, and stretching on a graphic. res/anim/filena 阅读全文
posted @ 2017-04-18 10:36 Tekkaman 阅读(172) 评论(0) 推荐(0) 编辑