Warning: Declaration of news::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 8

Warning: Declaration of hot::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 22

Warning: Declaration of random::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 36

Warning: Declaration of comments::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 50

Warning: Declaration of recommend::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 64

Warning: Declaration of categories_s::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 78

Warning: Declaration of rcategory::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 92

Warning: Declaration of ads::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 106

Warning: Declaration of tags::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 120

Warning: Declaration of swt_tab1::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 135

Warning: Declaration of ad1::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 149

Warning: Declaration of top_comments::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 163

Warning: Declaration of search_g::widget($instance) should be compatible with WP_Widget::widget($args, $instance) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/widget.php on line 177
码农备忘录 | 一个程序员大叔的自留地

Warning: Use of undefined constant news - assumed 'news' (this will throw an Error in a future version of PHP) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/slider.php on line 8
热 点 推 荐

Warning: Use of undefined constant news - assumed 'news' (this will throw an Error in a future version of PHP) in /www/wwwroot/code.zuifengyun.com/wp-content/themes/FengYun/includes/hot_n.php on line 6
博友大全-博友互访平台
FengYun主题
HuiSir制作主题一览
+1°
前端

前端单元测试和持续集成

2024年08月22日 ⁄ 共 4975字
前端的单元测试包括但不限于:单元功能测试、UI 测试、兼容性测试等等。一个测试体系大体包括四部分: 测试运行器(e.g. Karma) 测试框架(e.g. Mocha, Jest, Jasmine, Qunit) 断言库(e.g. Should, Chai) 测试覆盖率(e.g. Istanbul) 本文会通过一个例子,来一步步了解如何进行前端单元测试。 本文举的例子中,没...
+阅读全文

博友大全-博友互访平台

+2°
前端

WordPress主题Doubt重构-END主题开发前奏

2023年07月04日 ⁄ 共 867字
码农备忘录当前使用的主题是Doubt,是我做的第八款主题,这款主题是在Way主题的基础上修改而来的。Doubt参考了很多国内优秀的极简主题,在主题介绍中将会感谢它们。主题设计时候已是作者进入社会打拼的第七年(2022.2)。当时也处在人生转折期。之所以取名为Doubt,是因为这些年来走了很多弯路,又到了岔路口,我第一次...
+阅读全文
+0°
前端

WordPress主题END开发技术选型思路

2023年07月03日 ⁄ 共 1468字
在尝试Lit和Svelte框架之后,我更倾向于Svelte,其语法更友好。可使用Vite 进行初始化Svelte脚手架。 但测试之后,Svelte并不兼容IE11,但使用@vitejs/plugin-legacy 之后尝试可以兼容(暂时)。 由于此主题页面中,为突出文字内容及不改变原有SEO收录路径,所有有效内容(包括文章列表、文章内容、菜单、部分锚文本)还...
+阅读全文
杂志

如何保障前端代码质量和规范化

2022年09月20日 暂无评论
1. 制定公司的前端代码规范标准 可以借鉴腾讯前端和百度前端代码规范 html规范 js规范(书写、换行、缩进、标点) css规范 ...
共有128篇文章 更 多
共有128篇文章 更 多
共有128篇文章 更 多
共有128篇文章 更 多