<?php
$c = file_get_contents('./cities_v2.json');
$s = "<?php return " . var_export(json_decode($c, true), true) . ";?>";
file_put_contents('./cities_config.php', $s);
?>

最新文章

  1. 关于JavaScript和html的随笔
  2. ndk学习7: 使用静态库
  3. swift学习笔记之-函数
  4. 【linux】暂时解决sis m672(神舟F4000 D9) linux驱动 宽屏分辨率的问题?
  5. indexOf()的用法
  6. poj - 2431 Expedition (优先队列)
  7. [JAVA]HDU 4919 Exclusive or
  8. 重载public Primes ():this(2,100)
  9. Oracle计算时间函数(numtodsinterval、numtoyminterval)
  10. JsSIP.UA.JsSIP 总是返回错误:422 Session Interval Too Small
  11. 最新最全的html5标签集合
  12. 第一章(认识jQuery)
  13. window安装pycharm Django
  14. nginx、swoole高并发原理初探
  15. SwipeableFlatList 实现类似于QQ列表滑动
  16. 安装zkpython出错
  17. Oozie分布式工作流——从理论和实践分析使用节点间的参数传递
  18. oracle中索引快速全扫描和索引全扫描的区别
  19. linux搭建简易版本的FastDFS服务器
  20. git的基本命令

热门文章

  1. android游戏物理引擎开发——粒子系统(三)
  2. &lt;a href&gt; 带有cookie
  3. Eclipse使用新手教程
  4. Android中FTP服务器、客户端搭建以及SwiFTP、ftp4j介绍
  5. google perftools分析程序性能
  6. Awake和Start
  7. 嵌入式Linux-objdump命令的使用
  8. 神奇的 BlocksKit(1):源码分析(下)
  9. iOS多线程开发--NSThread NSOperation GCD
  10. 加快modelsim仿真速度的方法(原创)