#

separate

  • PHP中DIRECTORY_SEPARATOR的作用

    define(ROOT, dirname(__FILE__)."/upload");在本地调试都很正常,但是上传到linux服务器的时候会发现会出错。于是php引入了DIRECTORY_SEPARAT

    作者:ezbannana
    2020-07-20 10:09:05
  • Dispatch Queues

    GCD(Grand Central Dispatch)的 dispatch queues 是一个实现多任务的很好的工具。Dispatch queues 让你能够方便的使用blocks,不管你想要去调用

    作者:huahanjie
    2020-04-09 07:01:46