上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 112 下一页
摘要: 添加子栏目 添加完成 通过老李工具添加标签 {dede:channel row='3' type ='son' typeid ='2' } <li><a href="[field:typelink/]">[field:typename/]</a></li> {/dede:channel} 最终效果 阅读全文
posted @ 2022-03-22 22:33 thomas_blog 阅读(26) 评论(0) 推荐(0)
摘要: 使用老李工具,生成导航相关标签 编写html {dede:channel}:导航开始 [field:typename/]:栏目名称 [field:typelink/]:栏目链接 {/dede:channel}:结束导航 row='5':栏目个数 type ='top':导航类型 后台批量增加栏目 刷 阅读全文
posted @ 2022-03-21 23:31 thomas_blog 阅读(46) 评论(0) 推荐(0)
摘要: 使用老李工具,生成图片路径标签 替换默认图片路径 刷新网页,图片正常加载 阅读全文
posted @ 2022-03-21 21:34 thomas_blog 阅读(37) 评论(0) 推荐(0)
摘要: 网站名称标签 网站名称修改 修改效果 阅读全文
posted @ 2022-03-21 20:56 thomas_blog 阅读(33) 评论(0) 推荐(0)
摘要: 浏览器选择”网页另存为”,类型选择”全部” 下载完成 阅读全文
posted @ 2022-03-20 22:05 thomas_blog 阅读(86) 评论(0) 推荐(0)
摘要: 新建模版目录 新建index.htm 后台配置默认模版 效果 阅读全文
posted @ 2022-03-20 20:40 thomas_blog 阅读(33) 评论(0) 推荐(0)
摘要: /a:栏目静态页默认生成目录。为利于SEO优化,可以将文件指定到根目录。 /data:数据存放目录。Backupdata为数据库备份目录,网站迁移时需拷入。 /dede:默认的站点后台管理目录。为网站安全,建议更改名称 /image:系统图片存放目录。 /include:核心类库文件存放目录。系统目 阅读全文
posted @ 2022-03-20 18:39 thomas_blog 阅读(138) 评论(0) 推荐(0)
摘要: 调用时机 使用一个已经创建完的对象来初始化一个新对象值传递的方式给函数传参以值方式返回局部对象 使用一个已经创建完的对象来初始化一个新对象 值传递的方式给函数传参 以值方式返回局部对象 阅读全文
posted @ 2022-03-06 22:49 thomas_blog 阅读(59) 评论(0) 推荐(0)
摘要: 默认的访问权限不同 struct 默认公有public class 默认私有private 阅读全文
posted @ 2022-03-06 22:22 thomas_blog 阅读(167) 评论(0) 推荐(0)
摘要: int func(int a, int) { return a + 3; } int main() { int c = func(2, 100); cout << "c: " << c << endl; return 0; }c: 5 阅读全文
posted @ 2022-03-06 21:37 thomas_blog 阅读(70) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 112 下一页