大约有 9,000 项符合查询结果(耗时:0.0171秒) [XML]

https://www.tsingfun.com/it/tech/2008.html 

Mac下PHP的MongoDB扩展安装 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...展目录 在php.ini中添加 extension=mongo.so 重启PHP-FPM以及Web Server软件(如Nginx或Apache) 新建一个PHP文件,加入以下代码 $mongo = new Mongo("mongodb://localhost:27017",array("connect"=>TRUE)); $mongo->connect(); $db = $mongo->selectDB('test');...
https://www.tsingfun.com/it/tech/2084.html 

宽度默认980px?手机浏览器及pc浏览器width自适应问题 - 更多技术 - 清泛网...

...le=0.5, maximum-scale=2.0, user-scalable=yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="format-detection" content="telephone=no" /> 第一行: width=device-width :表示宽度是设备屏幕的宽度 initial-scale=1.0:表示初始的缩放比例 minimum-sc...
https://www.tsingfun.com/it/tech/2271.html 

Axure RP 8.0 Mac中文破解版 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...和规格、设计功能和界面的专家能够快速创建应用软件或Web网站的线框图、流程图、原型和规格说明文档。作为专业的原型设计工具,它能快速、高效的创建原型,同时支持多人协作设计和版本控制管理。 小子简单说明下Axure R...
https://www.tsingfun.com/books/1646.html 

PHP学习必看的一些书 - IT书籍推荐 - 清泛网 - 专注C/C++及内核技术

...南——C/C++语言》经典 Golang: 《Learing Go》简单 《Go Web编程》 Python: 《Python 标准库》适合经常翻翻 《Python参考手册》 案头必读 《Python基础教程(第2版)》 基础必读 其他: 《数学之美》 文津图书奖科普获奖书,G...
https://bbs.tsingfun.com/thread-981-1-1.html 

Discuz与phpsso整合时无法同步登录:通过js load 另一个 script 文件导致的...

web 开发中,出于跨域同步、远程调用等目的,经常需要在网页中通过 script 加载另一段远程 script。最常用最简单的方法就是直接用 document.write 输出加载脚本的 HTML,如下:document.write('&lt;script src=&quot;http://somehost/path/to/script.js...
https://bbs.tsingfun.com/thread-540-1-1.html 

PHP学习必看的一些书 - PHP - 清泛IT论坛,有思想、有深度

...设计指南——C/C++语言》经典 Golang:《Learing Go》简单《Go Web编程》 Python:《Python 标准库》适合经常翻翻《Python参考手册》 案头必读《Python基础教程(第2版)》 基础必读 其他:《数学之美》 文津图书奖科普获奖书,Google黑板报...
https://bbs.tsingfun.com/thread-578-1-1.html 

解决IIS发布时global_asax的dll 的CS0433冲突问题 - 环境配置 - 清泛IT社区,为创新赋能!

...\Framework64\v4.0.30319\Temporary ASP.NET Files\root\925f9bdc\bb48a68c\App_Web_loglist.aspx.e4a91b9d.vm_-rksu.0.cs&nbsp; &nbsp; Line: 176 这个错误,折腾了好久,后来发现是发布后,bin 目录下已经有了一个 App_global.asax.dll ,而根目录下的 global.asax 没有删...
https://bbs.tsingfun.com/thread-1069-1-1.html 

App Inventor 2 中的“2”是什么意思? - App Inventor 2 中文网 - 清泛IT...

...能及新组件没有AI2多。 2、代码编辑器区别:AI1基于Java Web Start,需要安装Jre运行环境;AI2完全由Javascript开发,浏览器可直接运行,而不依赖任何环境。3、导出项目文件区别:AI1导出的项目是.zip文件;AI2导出的项目是.aia文件。...
https://www.tsingfun.com/it/ai... 

App Inventor 2 中的“2”是什么意思? - App Inventor 2 中文网 - 清泛网 ...

...能及新组件没有AI2多。 2、代码编辑器区别:AI1基于Java Web Start,需要安装Jre运行环境;AI2完全由Javascript开发,浏览器可直接运行,而不依赖任何环境。3、导出项目文件区别:AI1导出的项目是.zip文件;AI2导出的项目是.aia文件。...
https://bbs.tsingfun.com/thread-1111-1-1.html 

server { # 我们都知道(我们都应该知道),443是 https 的默认端口 list...

.../ { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # 我是 java web 所以用了 Tomcat ,但是我要用 nginx 做转发,因此有了如下的配置 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxy_pass http://127.0.0.1:8080; &nbsp; &nbsp; &nbsp; &nbsp; } }https://zhua...