|
| 23个免费图片压缩在线神器都在这了! by 纵云 |
| 能,无需注册或安装,支持 Google Chrome、Firefox 等主流浏览器,这个压缩工具的特性是所有功能皆可免费使用,没有压缩次数、文件数或文件大小等限制,也支持所有常见文件格式。
Assetizr
网站链接:https://assetizr.com/
Assetizr 将优化、调整图片大小、重新命名等功能放在单一程序中,方便用户处理图片,支持 JPG、PNG、SVG、GIF 和 WEBP 等常见格式。操作方式很简单,只要将图片拖曳到应用程序就能使用。
Recompressor
网站链接:https://recompressor.com/
... |
| bbs.geekaa.com/topic/view/5088.html - 2023年6月18日 |
|
| ECBattle, A Web-based Real Time Strategy Game Approaching Private Test by 纵云 |
| ategy game, but cannot commit a big chunk of time to play it. “It is hard to play War Craft without setting 1-2 hrs aside everyday. But in our game, you can give a series of orders to your armies in the morning and then you can log off and get back to work. Then you come back after lunch and give an ... |
| bbs.geekaa.com/topic/view/4981.html - 2020年7月18日 |
|
| WordPress 模板自定义设置的代码样板 by 隐藏人物 |
| ' ),
'description' => '',
'panel' => 'panel_id',
) );
$wp_customize->add_setting( 'url_field_id', array(
'default' => '',
'type' => 'theme_mod',
'capability' => 'edit_theme_options',
'transport' => '',
'sanitize_callback' => 'esc_url',
) );
... |
| bbs.geekaa.com/topic/view/4933.html - 2016年9月23日 |
|
| FUSE - 又一个跨平台开发移动应用的方法 by 隐藏人物 |
| d native apps for iOS and Android
while focusing on designer-developer cooperation.
https://www.fusetools.com |
| bbs.geekaa.com/topic/view/4919.html - 2016年6月22日 |
|
| 无需数据库的 CMS 收集 by 隐藏人物 |
|
Open source: yes
Website: http://jekyllrb.com/
Kirby
Kirby is a file-based CMS. Easy to setup, easy to use, flexible as hell
Technology: PHP
Templating: Roll your own
Formatting: Markdown
Open source: yes
Website: http://getkirby.com/
MetalSmith
An extremely simple, ... |
| bbs.geekaa.com/topic/view/4911.html - 2016年6月5日 |
|
| ThinkPHP 微信登陆 (微信PC扫码授权登陆) php 最简单代码 by 隐藏人物 |
| ret='.$AppSecret.'&code='.$_GET['code'].'&grant_type=authorization_code';
$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_URL, $url);
$json = curl_exec($ch);
curl_close($ch);
$arr=json_decode($json,1 ... |
| bbs.geekaa.com/topic/view/4868.html - 2016年3月28日 |
|
| WordPress 主题开发技巧:自定义颜色 wordpress theme develop custom colors by 隐藏人物 |
| Setting
http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-adding-a-new-setting--wp-33180
function tcx_register_theme_customizer( $wp_customize ) {
$wp_customize->add_setting(
'tcx_link_color',
array(
'default' => '#0000 ... |
| bbs.geekaa.com/topic/view/4839.html - 2016年3月2日 |
|
| CCK Module Basics by 纵云 |
| ou'll need to do in order to make CCK work for you on your Drupal site. Each field that you add has settings that must be attended to. You may also be concerned with how the new content type is displayed when you publish a node. The Contemplate module allows you to adjust the layout and customize th ... |
| bbs.geekaa.com/topic/view/4795.html - 2009年12月7日 |
|
| Drupal Requirements problem by 纵云 |
| e when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1')) ... |
| bbs.geekaa.com/topic/view/4792.html - 2009年12月6日 |
|
| Template Tags/the excerpt by 纵云 |
| } else {
the_content();
} ?>
Control Excerpt Length using Filters
By default, excerpt length is set to 55 words. To change excerpt length using excerpt_length filter, add the following code to functions.php file in your theme:
function new_excerpt_length($length) {
return 20;
}
add_filter('exc ... |
| bbs.geekaa.com/topic/view/4779.html - 2009年11月22日 |
|
|