会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
当你的才华不能撑起你的野心时,就是你该选择学习的时候了!
hofmann
知行合一
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
41
42
43
44
45
46
47
48
49
···
73
下一页
2020年4月6日
域名不带www的解析方法
摘要: 不带www的解析方法:A记录解析或者CNAME解析都一样的,新增一条解析,前面留空,如果不能留空的那前面填写noprefix,后面写IP就可以了。
阅读全文
posted @ 2020-04-06 13:12 hofmann
阅读(1929)
评论(0)
推荐(0)
2020年4月3日
easyui表单提交文件
摘要: <form id="form1" method="post" enctype="multipart/form-data"> <fieldset> <legend>用Ajax把Form表单提交到远程服务器Api</legend> <div class="form-group"> <label clas
阅读全文
posted @ 2020-04-03 17:46 hofmann
阅读(776)
评论(0)
推荐(0)
enctype: 'multipart/form-data',
摘要: enctype就是encodetype就是编码类型的意思。 multipart/form-data是指表单数据有多部分构成,既有文本数据,又有文件等二进制数据的意思。 需要注意的是:默认情况下,enctype的值是application/x-www-form-urlencoded,不能用于文件上传,
阅读全文
posted @ 2020-04-03 11:43 hofmann
阅读(212)
评论(0)
推荐(0)
2020年4月2日
WebApi使HttpPut/HttpDelete有效
摘要: 报错 405 - 不允许用于访问此页的 HTTP 谓词。 您要查找的页面无法显示,因为尝试访问时使用了无效方法(HTTP 谓词)。 解决办法: 在将应用程序从经典模式迁移到集成模式时,可以保留经典模式下的自定义模块和处理程序注册,也可以将这些注册移除。如果不移除经典模式下使用的 httpModule
阅读全文
posted @ 2020-04-02 22:55 hofmann
阅读(529)
评论(0)
推荐(0)
PKI
摘要: 公钥基础设施(Public Key Infrastructure,简称PKI)是目前网络安全建设的基础与核心,是电子商务安全实施的基本保障,因 此,对PKI技术的研究和开发成为目前信息安全领域的热点。本文对PKI技术进行了全面的分析和总结,其中包括PKI组成、证书认证机构CA、PKI应 用、应用编程
阅读全文
posted @ 2020-04-02 15:40 hofmann
阅读(261)
评论(0)
推荐(0)
Invalid value 'armeabi' in $(AndroidSupportedAbis). This ABI is no longer supported.
摘要: Invalid value 'armeabi' in $(AndroidSupportedAbis). This ABI is no longer supported. Please update your project properties to remove the old value. If
阅读全文
posted @ 2020-04-02 14:13 hofmann
阅读(751)
评论(0)
推荐(0)
2020年3月31日
mipmap-mdpi、hdpi、xhdpi、xxhdpi、xxxhdpi
摘要: mipmap-mdpi 48ic_launcher.png/ic_launcher_round.png mipmap-hdpi 72ic_launcher.png/ic_launcher_round.png mipmap-xhdpi 96ic_launcher.png/ic_launcher_rou
阅读全文
posted @ 2020-03-31 12:34 hofmann
阅读(2169)
评论(0)
推荐(0)
Xamarin.Forms
摘要: Xamarin ['zæmərɪn] 寨玛玲 Xamarin.Forms定义了四个布局类 - StackLayout,AbsoluteLayout,RelativeLayout和Grid CodeZip https://www.cnblogs.com/GuZhenYin/p/8005817.html
阅读全文
posted @ 2020-03-31 12:08 hofmann
阅读(185)
评论(0)
推荐(0)
Docker Azure Kubernetes
摘要: 主流云服务容器服务介绍 亚马逊AWS 微软Azure 阿里云 腾讯云 Docker+ Kubernetes已成为云计算的主流 什么是Kubernetes(k8s) Kubernetes正在塑造应用程序开发和管理的未来 Kubernetes(简称k8s)诞生于谷歌,是一个开源的,用于管理云平台中多个主
阅读全文
posted @ 2020-03-31 12:04 hofmann
阅读(161)
评论(0)
推荐(0)
UWP
摘要: UWP即Windows 10中的Universal Windows Platform简称。即Windows通用应用平台,在Windows 10 Mobile/Surface(Windows平板电脑)/PC/Xbox/HoloLens等平台上运行,uwp不同于传统pc上的exe应用,也跟只适用于手机端
阅读全文
posted @ 2020-03-31 11:40 hofmann
阅读(669)
评论(0)
推荐(0)
上一页
1
···
41
42
43
44
45
46
47
48
49
···
73
下一页
公告