可以用后台代码和webview互动,例如webview.Eval("alert('hello')"); xamarin.form原生webview有很多bug,建议使用第三方的view控件HybirdWebView 如果要使用这个view,需要安装XLabs.Serialization.JSON,和 ...
分类:
移动开发 时间:
2018-11-30 20:17:06
阅读次数:
1671
相关资料小程序简易教程https://developers.weixin.qq.com/miniprogram/dev/ 框架介绍https://developers.weixin.qq.com/miniprogram/dev/framework/MINA.html 组件介绍https://deve... ...
分类:
微信 时间:
2018-11-30 14:11:47
阅读次数:
281
Numbuer = [5,8,109,87,99,33,24,77] def findMinAndMax(Numbuer): if Numbuer !=[]: min = Numbuer[0] max = Numbuer[0] for x in Numbuer: if max < x: max = ...
分类:
其他好文 时间:
2018-11-27 21:08:00
阅读次数:
272
dudu的 《让Windows Server 2008 + IIS 7+ ASP.NET 支持10万个同时请求》,里面涉及到需要手工调整参数的地方。在这篇文章中,我们给你介绍一个IIS性能调整 – IIS 高级设置,可一键配置你的IIS服务器上的ASP.NET应用程序,使得你的IIS服务器上运行的程 ...
分类:
其他好文 时间:
2018-11-27 17:01:05
阅读次数:
202
华为AR28-11基本配置 # sysname Quidway # super password level 3 simple admin --设置super用户password,级别,密码显示方式(明文,密文) # cpu-usage cycle 1min # radius scheme syst... ...
分类:
其他好文 时间:
2018-11-25 17:57:56
阅读次数:
196
请求时间长,出现502 request_terminate_timeout 这个值是max_execution_time,就是fast cgi的执行脚本时间。 0s为关闭,就是无限执行下去。 修改后重启lnmp。 ...
分类:
其他好文 时间:
2018-11-24 14:20:21
阅读次数:
183
配置步骤及思路:一.配置pc机的ipPC-PT:ip:192.168.1.1子网掩码:255.255.255.0网关:192.168.1.254二.在路由器上配置网关和密码enable进入系统模式configuretermonal进入全局配置模式interfaceGig0/0进入接口模式ipaddress192.168.1.254255.255.255.0配置网关noshutdown激活端口(思科
分类:
其他好文 时间:
2018-11-23 18:37:53
阅读次数:
212
"传送门" 有一个不会证明的贪心:从左到右考虑每一个位置,然后在每一个位置都贪心选取能让该位置构成的逆序对最少的数。判断逆序对的话只要记一下前缀小于等于某数的总数和后缀小于等于某数的总数就行了 //minamoto include define rint register int define in ...
分类:
其他好文 时间:
2018-11-20 15:03:51
阅读次数:
205
带着问题听讲解 Q1: 人工智能出现了什么新问题? Q2: 动词“deprecate”怎么理解(轻视,忽视) Q3: 你对人工智能有哪些畅想 红色表示重点词汇 蓝色表示句子主干 What's wrong with AI? Try asking a human being Amazon has app ...
分类:
其他好文 时间:
2018-11-20 11:33:41
阅读次数:
287