.dw-trans .dw-persp { overflow: hidden; perspective: 1000; -webkit-perspective: 1000; -moz-perspective: 1000; } .dw-trans .dwwb { -webkit-backface-vis ...
分类:
移动开发 时间:
2018-03-12 13:42:20
阅读次数:
335
商城小程序上线之初,就被各行各业的人所追捧,足以可见小程序的重要性,那么小程序会取代Native App吗? 2016年12月28日,张小龙曾于微信公开课上表示,“真正实现了公众号的入口不在微信里面,而在二维码里面”。微信也将鼓励小程序开发者以二维码形式推广小程序,微信官方不会做小程序的分类、排行、 ...
分类:
移动开发 时间:
2018-03-12 14:12:42
阅读次数:
298
What happens when you type an URL in the browser and press enter? 1. You type maps.google.com into the address bar of your browser. 2. The browser che ...
分类:
移动开发 时间:
2018-03-12 14:13:23
阅读次数:
230
第一次装安卓,被巨大的安装大小吓到了,同时很佩服android studio完善的支持。虽说这样,我还是遇到了不少问题,一个hello world来之不易,记录一下吧。开发环境直接下载的android studio。首先遇到的jdk的配置问题,之前已经安装好了jdk,环境变量也配置好了,但是andr ...
分类:
移动开发 时间:
2018-03-12 16:56:24
阅读次数:
191
cp: http://blog.csdn.net/hutao1101175783/article/details/40128587 (1)ESP:栈指针寄存器(extended stack pointer),其内存放着一个指针,该指针永远指向系统栈最上面一个栈帧的栈顶。 (2)EBP:基址指针寄存器 ...
分类:
移动开发 时间:
2018-03-12 16:58:57
阅读次数:
234
代码已经整理好,效果如下如图:??地址:https://github.com/geeklx/myapplication2018/tree/master/p005_toastutils
分类:
移动开发 时间:
2018-03-12 17:01:01
阅读次数:
144
一:本文提供两种解决方案 1.终端解决方案(最优,建议选择) 2.web解决方案 导语: iPhone X的出现,一方面对于整个手机行业的发展极具创新领头羊的作用,另一方面也对现有业务的页面适配带来了新的挑战。 对于手Q中的各业务来说,受iPhone X影响的H5页面挺多,应该采取什么快速有效的办法 ...
分类:
移动开发 时间:
2018-03-12 17:02:52
阅读次数:
250
代码已经整理好,效果如下图: 地址:https://github.com/geeklx/myapplication2018/tree/master/p004_livedemo
分类:
移动开发 时间:
2018-03-12 17:09:30
阅读次数:
173
漂移的Android(74) 版权声明:欢迎关注微信公众号:ytf0422 http://blog.csdn.net/ytfunnysite/article/details/77152513 版权声明:欢迎关注微信公众号:ytf0422 http://blog.csdn.net/ytfunnysit ...
分类:
移动开发 时间:
2018-03-12 18:34:16
阅读次数:
220
1.请写出调用系统拨号界面? Intent intent=new Intent(Intent.ACTION_DIAL,Uri.pase("tel:12345678910")); startActivity(intent); 添加权限:<uses-permission android:name="an ...
分类:
移动开发 时间:
2018-03-12 18:37:16
阅读次数:
230
<!--header+navigator--> <!--文章详情--> 标签: android 控件 自定义 2017年05月27日 17:52:13 611人阅读 评论(0) 收藏 举报 分类: 自定义View(2) 作者同类文章 X 版权声明:本文为博主原创文章,未经博主允许不得转载。 http ...
分类:
移动开发 时间:
2018-03-12 18:45:28
阅读次数:
257
cp : http://blog.csdn.net/x_perseverance/article/details/78897637 每一个函数被调用时,都会为函数开辟一块空间,这块空间就称为栈帧。 首先,我们了解一下不同种类的寄存器: (1)eax,ebx,ecx,edx :通用寄存器 (2)ebp ...
分类:
移动开发 时间:
2018-03-12 18:52:59
阅读次数:
223
1、append() - 在被选元素的结尾插入内容(内容的结尾,比如说有个a标签,则是在</a>这个标签之前添加东西) 2、prepend() - 在被选元素的开头插入内容(内容的开始,比如说有个a标签,则是在<a>这个标签之后添加东西) 3、after() - 在被选元素之后插入内容(元素的结尾, ...
分类:
移动开发 时间:
2018-03-12 20:53:37
阅读次数:
177
恢复内容开始 打开monitor时出现 打开log一看,妈的,全是报错日志 真是闻者伤心,见者落泪。 随便摘录一篇日志: 那么长???!!!没法看了,直接上网搜索。 第一种方法:据说是从外网stackoverflow流传过来的秘方:只要用管理员身份打开就可以解决了。 实践之后:完全不顶用啊!!! 第 ...
分类:
移动开发 时间:
2018-03-12 20:54:46
阅读次数:
266
一、首先先创建一个C#的控制台应用 二、然后添加上必要的命名空间 using System;using System.Collections.Generic;using MySql.Data.MySqlClient;using System.Data;using Dapper;using Syste ...
分类:
移动开发 时间:
2018-03-12 20:56:08
阅读次数:
514
1.如何在Android应用程序的窗口上绘制图形? 继承View 实现View中的onDraw()方法 2.如何绘制圆,空心椭圆? canvas.drawArc或canvas.drawCircle方法 绘制圆 canvas.drawArc(矩形对象,0,360,true,paint); 3.绘制位图 ...
分类:
移动开发 时间:
2018-03-12 20:59:49
阅读次数:
206
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="108dp" android:height=" ...
分类:
移动开发 时间:
2018-03-12 21:01:53
阅读次数:
443
Elasticsearch Reference [6.2] ? Mapping 参考官方英文文档 https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html Mapping 是定义文档及其包含的字段如何存储 ...
分类:
移动开发 时间:
2018-03-12 21:02:41
阅读次数:
3442