登录
首页 » PHP » nx_livecode

nx_livecode

于 2020-06-25 发布 文件大小:2981KB
0 83
下载积分: 1 下载次数: 0

代码说明:

  一款非常好用的微信活码模块,营销利器,推广必备;(A very useful Wechat Living Code module, marketing tools;)

文件列表:

nx_livecode\icon.jpg, 34087 , 2018-07-31
nx_livecode\inc\mobile\error.inc.php, 5757 , 2018-08-08
nx_livecode\inc\mobile\home.inc.php, 24005 , 2018-08-08
nx_livecode\inc\mobile\pay.inc.php, 6685 , 2018-08-08
nx_livecode\inc\web\ad.inc.php, 7781 , 2018-08-08
nx_livecode\inc\web\app.inc.php, 12593 , 2018-08-08
nx_livecode\inc\web\code.inc.php, 6693 , 2018-08-08
nx_livecode\inc\web\codeadd.inc.php, 9181 , 2018-08-08
nx_livecode\inc\web\content.inc.php, 13969 , 2018-08-08
nx_livecode\inc\web\contents.inc.php, 7077 , 2018-08-08
nx_livecode\inc\web\delete.inc.php, 5093 , 2018-08-08
nx_livecode\inc\web\edit.inc.php, 8701 , 2018-08-08
nx_livecode\inc\web\function.inc.php, 8965 , 2018-08-08
nx_livecode\inc\web\pay.inc.php, 6693 , 2018-08-08
nx_livecode\inc\web\payop.inc.php, 21253 , 2018-08-08
nx_livecode\inc\web\setup.inc.php, 7517 , 2018-08-08
nx_livecode\manifest.xml, 5865 , 2018-07-31
nx_livecode\module.php, 168 , 2018-07-26
nx_livecode\preview.jpg, 160624 , 2018-07-26
nx_livecode\site.php, 7229 , 2018-08-08
nx_livecode\template\mobile\error.html, 1202 , 2018-07-26
nx_livecode\template\mobile\help.html, 267 , 2018-08-08
nx_livecode\template\mobile\index.html, 1601 , 2018-08-08
nx_livecode\template\mobile\pay.html, 3488 , 2018-07-26
nx_livecode\template\style\css\ladda-themeless.min.css, 7710 , 2018-07-26
nx_livecode\template\style\fonts\010xr_com.ttf, 2400742 , 2018-07-26
nx_livecode\template\style\fonts\msyh.ttf, 2400742 , 2018-07-26
nx_livecode\template\style\img\ad.png, 2798 , 2018-07-26
nx_livecode\template\style\img\error-animated-dribbble.gif, 100611 , 2018-07-26
nx_livecode\template\style\img\qq.png, 24878 , 2018-07-26
nx_livecode\template\style\img\wechat.png, 27166 , 2018-07-26
nx_livecode\template\style\js\jquery.min.js, 86927 , 2018-07-26
nx_livecode\template\style\js\ladda.min.js, 3194 , 2018-07-26
nx_livecode\template\style\js\qrcode.min.js, 19927 , 2018-07-26
nx_livecode\template\style\js\spin.min.js, 4123 , 2018-07-26
nx_livecode\template\web\ad.html, 2050 , 2018-07-26
nx_livecode\template\web\app.html, 1671 , 2018-07-31
nx_livecode\template\web\code.html, 3354 , 2018-07-26
nx_livecode\template\web\codeadd.html, 3490 , 2018-07-26
nx_livecode\template\web\content.html, 12973 , 2018-07-26
nx_livecode\template\web\contents.html, 1393 , 2018-07-26
nx_livecode\template\web\edit.html, 4110 , 2018-07-28
nx_livecode\template\web\pay.html, 3457 , 2018-07-26
nx_livecode\template\web\payop.html, 4477 , 2018-07-26
nx_livecode\template\web\setup.html, 1898 , 2018-07-31
nx_livecode\template\style\css, 0 , 2018-07-28
nx_livecode\template\style\fonts, 0 , 2018-07-28
nx_livecode\template\style\img, 0 , 2018-07-28
nx_livecode\template\style\js, 0 , 2018-07-28
nx_livecode\inc\mobile, 0 , 2018-07-28
nx_livecode\inc\web, 0 , 2018-07-28
nx_livecode\template\mobile, 0 , 2018-08-08
nx_livecode\template\style, 0 , 2018-07-28
nx_livecode\template\web, 0 , 2018-07-28
nx_livecode\inc, 0 , 2018-07-28
nx_livecode\template, 0 , 2018-07-28
nx_livecode, 0 , 2018-07-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Highline_Fullload
    BUCK電路的SIMPLIS模擬檔 適合初學電源仿真的朋友們學習(BUCK circuit SIMPLIS simulation files suitable for beginners to learn the power emulation friends)
    2013-10-30 23:27:34下载
    积分:1
  • 共轭梯度法
    共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(The Conjugate Gradient method is a method between the steepest descent method and the Newton method. It only needs to use the first derivative information, but overcomes the shortcoming of the steepest descent method and avoids the need for the Newton method to store. And the disadvantage of calculating the Hesse matrix and inverting, the conjugate gradient method is not only one of the most useful methods for solving large linear equations, but also one of the most effective algorithms for solving large-scale nonlinear optimization. Among various optimization algorithms, the conjugate gradient method is a very important one. The advantage is that the required amount of storage is small, step convergence, high stability, and no external parameters are required.)
    2018-11-26 11:07:35下载
    积分:1
  • 电影类型的好网站
    电影类型的好网站-good film types of websites
    2023-08-25 11:30:04下载
    积分:1
  • SCO2 cycle
    说明:  sCO2 cycle simulation.
    2020-12-16 11:29:12下载
    积分:1
  • 新建文件夹 (2)
    说明:  开关状态与位置确定后进行保存,然后对所确定的位置状态保存到表格中,通过聚类实现负荷的分类。(The switch state and position are saved after they are determined, then the determined position state is saved in the table, and the load classification is realized by clustering.)
    2019-06-05 12:37:13下载
    积分:1
  • Delphi表格控件-RichView v11
    Delphi表格控件-RichView v11,用Delphi实现表格的时候可以考虑本控件,简洁小巧。
    2022-12-25 17:45:03下载
    积分:1
  • Birthday
    给定日期,然后输入天数,计算输入天数之后的日期是多少(Given date, and then enter the number of days to calculate the number of days after the date of entry is the number)
    2014-03-04 17:47:21下载
    积分:1
  • This is the Chinese character and telegraph code mutual inquiries small tools, f...
    这是汉字与电报码相互查询的小工具,在填写机读卡时非常有用,大家可以看看,因为本人刚学,另外电报码字库不全,可能会影响查询效果,还请各位指导!!有喜欢VFP编程的朋友可以来信相互学习-This is the Chinese character and telegraph code mutual inquiries small tools, filling in Cuba, Denmark, Germany will be very useful, we can see, because I just learning, and telegraph code font incomplete, it may affect the inquiry results, also requested the guidance you! ! VFP programming is like the letter from a friend can learn from each other
    2022-07-01 14:05:21下载
    积分:1
  • 非常喜欢MSN的消息提示窗口,因此利用两天时间做了这相定时关机的小软件,希望您喜欢!...
    非常喜欢MSN的消息提示窗口,因此利用两天时间做了这相定时关机的小软件,希望您喜欢!-Very much like MSN s news prompt window, so use this time to do two days of regular shutdown of small software, hope you like!
    2022-03-03 03:11:57下载
    积分:1
  • SPM
    代码用来计算粗糙面的后向散射,同极化 VV, HH。平面波入射。用的SPM方法,适用于RMS height比较小的粗糙面。(rough surface scattering for small RMS height)
    2017-12-16 07:01:39下载
    积分:1
  • 696524资源总数
  • 103971会员总数
  • 70今日下载