<?xml version="1.0" encoding="UTF-8" ?>
<xs:result count="3000" total="48434" cost="0.0090889930725098" xmlns:xs="http://www.xunsearch.com">
  <doc index="1" percent="50%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-543-1-1.html]]>
    </url>
    <subject>
      <![CDATA[致PHP路上的“年轻人” - PHP - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20150929</publishtime>
    <updatetime>20260312</updatetime>
    <content>
      <![CDATA[...一位刚做PHP工作一年的朋友聊了甚久。他与他们有一样的问题，比较迷茫。而我当年也有他们的困惑。虽然自己也还年轻，但作为一个阶段告以段落的“过来人”，还是想写点东西给“年轻人”。关于如何成长？我直白的答案还...]]>
    </content>
  </doc>
  <doc index="2" percent="47%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-405-1-1.html]]>
    </url>
    <subject>
      <![CDATA[PHP连接MySQL报错：Fatal error: Call to undefined function mysql_connect()之解决方法 - PHP - 清泛IT论坛，有思想、有深度]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20150817</publishtime>
    <updatetime>20230112</updatetime>
    <content>
      <![CDATA[【问题描述】
PHP测试连接MySQL的程序如下：&lt;?php$host='localhost';$user_name='root';$password='mysql';$conn=mysql_connect($host,$user_name,$password);if (!$conn){&nbsp; &nbsp; die('数据库连接失败：'.mysql_error());}echo '数据库连接成功！';if (mysql_clos...]]>
    </content>
  </doc>
  <doc index="3" percent="46%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-515-1-1.html]]>
    </url>
    <subject>
      <![CDATA[关于php的socket初探 - PHP - 清泛IT论坛，有思想、有深度]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20150920</publishtime>
    <updatetime>20230112</updatetime>
    <content>
      <![CDATA[...程来处理的 IO 模型，但是效率相对比较差，也很容易出问题，所以暂时不做介绍了）。在这些多路复用的模式中，异步阻塞/非阻塞模式的扩展性和性能最好。

引入阻塞/非阻塞,、同步/异步比喻很形象的一段话：
有A，B，C，D...]]>
    </content>
  </doc>
  <doc index="4" percent="45%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-1378-1-1.html]]>
    </url>
    <subject>
      <![CDATA[优惠券批量生成及导入的思路 - 闲聊区 - 清泛IT论坛，有思想、有深度]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <updatetime>20240204</updatetime>
    <content>
      <![CDATA[...冲突率能有多高呢？我生成了5000万个券码，重复了20个，问题不大。接下来的问题是，如何把这批券码保存到数据库呢？因为重复难以避免，但冲突率又低的可怜，总不能为了20条冲突的数据去数据库进行5000万次查询判重吧？如...]]>
    </content>
  </doc>
  <doc index="5" percent="43%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-1602-1-1.html]]>
    </url>
    <subject>
      <![CDATA[请教一个有关WEB 客户端 1的问题 - App Inventor 2 中文网 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20240419</publishtime>
    <updatetime>20260312</updatetime>
    <content>
      <![CDATA[我做了一个测试，借助WEB 客户端 1 通过 URL将参数传输给下图中地址并调用一个PHP文件，但是出现了错误信息“ERROR 1101：unable to get a response with the specified url"
我直接通过浏览器传输，显示结果正确。借助WEB浏览框如下图所示那...]]>
    </content>
  </doc>
  <doc index="6" percent="42%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-970-1-1.html]]>
    </url>
    <subject>
      <![CDATA[Discuz X 首页白板解决之道 - 建站技术 - 清泛IT论坛，有思想、有深度]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20200802</publishtime>
    <updatetime>20230112</updatetime>
    <content>
      <![CDATA[...在合适位置打印特定内容然后exit(0);查看结果，分析出现问题的大致位置。可以毫不夸张地说，排除法能够解决99.99%的疑难杂症。
3、白板的最核心原因是调用函数 ob_end_clean() 函数导致的，先将输出内容清掉再把备份内容重新输...]]>
    </content>
  </doc>
  <doc index="7" percent="39%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-2724-1-1.html]]>
    </url>
    <subject>
      <![CDATA[关于阿里云传输数据问题 - App Inventor 2 拓展 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20260104</publishtime>
    <updatetime>20260104</updatetime>
    <content>
      <![CDATA[...还是有要阿里云特定的JSON格式？










遇到的问题：平台没反应


求解：

哪里出问题呢？，数据格式出问题吗

阿里云这个接口相关的文档地址可以提供一下吗？规定数据格式相关的文档的地址 本帖最后由 antici...]]>
    </content>
  </doc>
  <doc index="8" percent="39%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-2234-1-1.html]]>
    </url>
    <subject>
      <![CDATA[代码块超过1.2w编译apk报错问题 - App Inventor 2 中文网 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20250304</publishtime>
    <updatetime>20260312</updatetime>
    <content>
      <![CDATA[...不好恢复老版本不验证了）
--------
怀疑 kawa Scheme 生成问题，更新新版本试试。（也不容易更新）



https://community.appinventor.mi ... or-d8-failed/141334]]>
    </content>
  </doc>
  <doc index="9" percent="39%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-578-1-1.html]]>
    </url>
    <subject>
      <![CDATA[解决IIS发布时global_asax的dll 的CS0433冲突问题 - 环境配置 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20151026</publishtime>
    <updatetime>20260312</updatetime>
    <content>
      <![CDATA[...obal.asax ；
PrecompiledApp.config 文件拷贝到网站根目录下；
问题解决。



]]>
    </content>
  </doc>
  <doc index="10" percent="39%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-1868-1-1.html]]>
    </url>
    <subject>
      <![CDATA[AI2伴侣权限的问题 - App应用开发 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20240729</publishtime>
    <updatetime>20250730</updatetime>
    <content>
      <![CDATA[...最后由 anticipation 于 2024-07-29 19:57 编辑 

关于这个遇到的问题，请跳到以下链接去查看
https://bbs.tsingfun.com/thread-1864-1-1.html
然后，经过我这几天的神仙操作，终于找到解决的问题：
首先，先接触手机对AI2伴侣软件的管控（我的...]]>
    </content>
  </doc>
</xs:result>
