码迷,mamicode.com
首页 >  
搜索关键字:website    ( 1009个结果
html富文本编辑器
一、百度推出的UEditor 免费开源的 下载地址:http://ueditor.baidu.com/website/download.html 使用教程:https://blog.csdn.net/u013350866/article/details/77775259 二、博客园所使用的TinyM ...
分类:Web程序   时间:2018-06-01 20:41:48    阅读次数:892
2018/5/28~2018/6/1 周记
本周来泉州出差,所做的任务是在27上布一个定时器,定时每天早上六点下载微信支付宝的对账单,并将数据以Json的格式传到72上。 创建一个WindowsService,在上面写一个定时器。具体代码如下: public partial class MyService : ServiceBase { pu ...
分类:其他好文   时间:2018-06-01 13:44:21    阅读次数:220
kubernets实战采坑1
1.NLog.config失效,日志ElasticSearch的Index不匹配 查看项目NLog.config是否正确 =》正确 Kubernets上,pods下NLog.config是否正确 =》错误 查看本地Container历史 =》是自己上传的image image制定的publish目录 ...
分类:Web程序   时间:2018-05-29 20:42:57    阅读次数:298
如何在 Linux 中找到你的 公网IP 地址
每个网站都有一个独有的公开 IP 地址,可供任何人从任何地方访问。 互联网协议Internet Protocol(IP)不需要介绍 —— 我们每天都在使用它。即使你不直接使用它,当你在浏览器上输入 website-name.com 时,它会查找该 URL 的 IP 地址,然后加载该网站。 我们将 I ...
分类:系统相关   时间:2018-05-27 15:38:40    阅读次数:238
第二章:匹配单个字符
2.1 匹配纯文本 文本: hello, my name is Ben. Please visit my website at http://www.forta.com/. 正则表达式: Ben 结果: hello, my name is Ben. Please visit my website a ...
分类:其他好文   时间:2018-05-26 22:18:24    阅读次数:213
Django+Bootstrap+Mysql 搭建个人博客 (六)
6.1.comments插件 (1)安装 (02)settings (3)website/url (4)修改源码 django_comments/abstracts.py第36行 原代码 修改后 (5)修改源码 django_comments/abstracts.py第52行 修改和增加了几个字段 ...
分类:数据库   时间:2018-05-22 13:05:58    阅读次数:281
the art of seo(chapter six)
Developing an SEO-Friendly Website***Making Your Site Accessible to Search Engines***1.Indexable Content2.Spiderable Link Structures3.XML Sitemaps***M ...
分类:其他好文   时间:2018-05-22 10:39:39    阅读次数:177
Debugging Beyond Visual Studio – WinDbg
1. Download the Debugging Tools for Windows from the Microsoft website We recommend you install WinDbg Preview as it offers more modern visuals, faste ...
分类:数据库   时间:2018-05-21 12:18:28    阅读次数:368
serialize(),unserialize()
1.关联数组 序列化 $array = array(); $array['key'] = 'website'; $array['value']='www.isoji.org'; $b = serialize($array); /*serialize()返回字符串 echo $b; // 输出 a:2... ...
分类:其他好文   时间:2018-05-20 13:12:26    阅读次数:158
y-1.前端优化不完全
前端优化不完全指南 历时144000000毫秒出山的前端优化篇,若你问我有什么感悟?那我告诉你,看到毫秒啊,火箭啊,这些与优化相关的词,都有莫名的亲切感。本文主要从工作效率、速度性能、稳定性、响应式、兼容性、搜索SEO、信息无障碍等方面进行讲解。前端优化是一个让人技术提升的point,希望你也能从这 ...
分类:其他好文   时间:2018-05-20 13:09:20    阅读次数:298
1009条   上一页 1 ... 27 28 29 30 31 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!