1 2 3 <?php echo '你好,世界。以及世界一隅——我的博客'; ?>
1 2 3
<?php echo '你好,世界。以及世界一隅——我的博客'; ?>
Prerequisites Follow the instructions in the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll, and Bundler. In addition, Git is also required to be installed. Installation Crea...
特殊的日子,特殊的数字。
先看一段代码示例: 1 2 3 4 5 6 <?php $a = 1; $b = 3; $c = 6; $c &= $b;//2 $c =& $b;//3 按位取与 上述代码中,$c &= $b; 相当于 $c = $c & $b; 6 和 3 按位取与,结果就是 2 。 类似的写法还有 -= ...
-
在 Windows10 系统中安装 Homestead 本地开发环境 (小白填坑版)
发现新版本的内容。