会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
onestopweb
万物皆数,有数必有公式。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
下一页
2024年6月1日
PHP历理 做一个计算24点的功能重构版
摘要: 注意:同样存在少数计算不出24的现象,不过已经接近完善了 <?php set_time_limit(0); $values = array(2, 4, 10, 10); $result = 24; $list = array(); echo "<pre>"; @makeValue($values);
阅读全文
posted @ 2024-06-01 01:40 onestopweb
阅读(32)
评论(0)
推荐(0)
2024年5月31日
PHP历理 做一个计算24点的功能
摘要: 注意:有些计算24点的数字无法计算出来。不建议使用。 <?php function calculate24($nums) { $operators = ['+', '-', '*', '/']; $combinations = []; foreach ($nums as $num1) { forea
阅读全文
posted @ 2024-05-31 23:42 onestopweb
阅读(47)
评论(0)
推荐(0)
PHP历理 配置SublimeText的基本界面及中文字体
摘要: { "ignored_packages": [ ], "index_files": true, "theme": "Default.sublime-theme", "color_scheme": "Packages/Color Scheme - Default/Breakers.sublime-co
阅读全文
posted @ 2024-05-31 23:26 onestopweb
阅读(26)
评论(0)
推荐(0)
解决历理 Win11右键恢复经典下拉窗
摘要: cmd 运行 reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 效果图:
阅读全文
posted @ 2024-05-31 23:17 onestopweb
阅读(54)
评论(0)
推荐(0)
解决历理 Win11下载及使用
摘要: Win11下载地址: ed2k://|file|zh-cn_windows_11_consumer_editions_x64_dvd_904f13e4.iso|5517273088|DFD1AE88E36516B87382FC3D3D3F46AD|/ 普通版家庭版升级专业版密钥:VK7JG-NPHT
阅读全文
posted @ 2024-05-31 23:14 onestopweb
阅读(374)
评论(0)
推荐(0)
Apache历理 贝锐花生壳的下载及使用
摘要: 下载地址:https://hsk.oray.com/ 使用方法如下: 第一步:进入贝锐花生壳的内网穿透的页面 第二步:选择映射协议映射协议https 第三步:输入外网域名,默认端口443 第四步:输入内网域名:192.168.1.160,默认端口80 第五步:提交后诊断映射通过就可正常访问 效果图:
阅读全文
posted @ 2024-05-31 22:44 onestopweb
阅读(46)
评论(0)
推荐(0)
Apache历理 phpStudy下载及使用
摘要: 下载链接:https://www.xp.cn/download.html 选择安装的版本: PHP 7.3.4nts MySQL 5.7.26 Apache 2.4.39 效果图:
阅读全文
posted @ 2024-05-31 22:29 onestopweb
阅读(25)
评论(0)
推荐(0)
2024年5月30日
HTML历理 ICbA的隔N行变N行色
摘要: /*隔行变色*/ .m-tb2n tr:nth-child(2n){ background-color:#f9f9f9;} .m-tb2n tr:hover{ background-color:#f2f2f2;} .m-tb4n tr:nth-child(4n+3),.m-tb4n tr:nth-c
阅读全文
posted @ 2024-05-30 21:19 onestopweb
阅读(12)
评论(0)
推荐(0)
HTML历理 ICbA的侧栏菜单
摘要: 点击查看代码 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <tit
阅读全文
posted @ 2024-05-30 05:02 onestopweb
阅读(39)
评论(0)
推荐(0)
HTML历理 ICbA的登陆页
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>管理员登
阅读全文
posted @ 2024-05-30 04:54 onestopweb
阅读(34)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
下一页
公告