This page is a NO-INDEX summary of comments posted in this blog.
Total 849 Comments (31/34 Pages) - Newer Comments - Older Comments
751. 2015-07-27 00:09:16 lameduck001 Comments on Freeware to Convert MP3 by Quality:
目前的想法就是制作快递员APP,提高快递员投递效率,同时该应用也可以发短信给货主,告之包裹将在今天内送达,让货主做好收货准备;如果这个APP获得快递员的认可,那营运这个APP就可以无偿获得大量顾客的详细个人信息,在这个基础上可以衍生出其他增值服务,比如就快递而言,除了派件的收入,还有收件的收入,就是有人要寄包裹或者退货,他可以通过这个APP挑选他喜欢的快递员上门收件,收件的利润要高于派件的利润;他甚至还可以叫快递员做其他一些跑腿的事。这个程序如果做得好,应该可以精确通知顾客包裹将在多少分钟内送达,这样可以把包裹投递服务做到极致,这就是我的目标。另外这个APP还有一些潜在的用户,比如喜欢旅游的背包族,如何安排最短行程游完最多景点,还有城市里送煤气,送瓶装水,送外卖的,等等。这是我的不成熟的想法,请多提宝贵意见。
752. 2015-07-26 19:13:45 ACMer Comments on Freeware to Convert MP3 by Quality:
你有好的点子么?
753. 2015-07-26 01:12:05 lameduck001 Comments on Freeware to Convert MP3 by Quality:
我也想创业,可我不认识会编程的朋友,不知赖哥能否帮忙介绍一下?您那里已经凌晨了,还是先休息吧,打扰了。我的问题不着急。Good night!
754. 2015-07-26 00:13:29 ACMer Comments on Freeware to Convert MP3 by Quality:
不太清楚 不过这个是很好的创业点子
755. 2015-07-25 23:45:18 lameduck001 Comments on Freeware to Convert MP3 by Quality:
赖哥:我是一个快递员新手,希望有一个手机APP能帮助我确定每天最佳投递路线,我每天投递约100个包裹,您知道有这样的手机APP吗?谢谢!
756. 2015-07-25 17:43:11 Steiko Comments on How to Disable Onboard Graphics Card?:
Thanks a lot!
757. 2015-07-23 07:20:05 ACMer Comments on Math Example using Windows Batch Script:
You are right. I've disabled that. Enjoy the code.
758. 2015-07-23 02:58:57 Kier Smith Comments on Math Example using Windows Batch Script:
Interesting stuff, but using JS to try and prevent copying of the sample code is just lame.
If you want to teach people, show the code, walk the math, and give them samples to copy/paste and try breaking on their own.
759. 2015-07-13 20:46:15 ACMer Comments on C# LINQ: Possible Multiple Enumeration of IEnumerable (Resharper):
Glad it helps 🙂
760. 2015-07-13 07:48:19 ACMer Comments on SQL Coding Exercise - Delete Duplicate Emails:
google for 'GD Rating' Plugin for WP
761. 2015-07-13 07:04:59 Madhushanka Comments on SQL Coding Exercise - Delete Duplicate Emails:
can i get this rating system
762. 2015-07-13 07:04:27 Madhushanka Comments on SQL Coding Exercise - Delete Duplicate Emails:
hai , your rating system is good ,can i get code please ?
763. 2015-07-11 21:01:08 ACMer Comments on Faster than Faster - TP-LINK TL-WN822N 300MBPS High Gain Wireless N USB Adapter:
The device shows a flashing green light when data is transferring.
764. 2015-07-11 09:24:25 ACMer Comments on Faster than Faster - TP-LINK TL-WN822N 300MBPS High Gain Wireless N USB Adapter:
Thanks. does the router and modem need to support 5G? Currently the WIFI 2.4G is widely used but not sure how can I get 5G wifi?
765. 2015-07-10 23:46:43 Yi zhu Comments on Faster than Faster - TP-LINK TL-WN822N 300MBPS High Gain Wireless N USB Adapter:
Try to enforce a 5GHz connection. My mac and AirPort Extreme has a very stable 1200Mbps connection by using 5Ghz wifi, the real LAN file copying speed is almost as fast as my Gigabyte wired connection.
766. 2015-06-29 23:26:48 ACMer Comments on List of Wordpress Plugins:
Removed [CloudFlare] as the Free-HTTPs not good.
Removed Zencache but use [WP Super Cache] which you can edit the config and tweek a little bit (set the cache folder to tmpfs)
Disable google fonts
Disable Emojs
767. 2015-06-29 23:17:38 ACMer Comments on Speed Up Website By Caching Static Resources using Apache2 Cache Control (.htaccess):
Google provides a page speed test tool that can analyse the page and give you a score on page loading speed and user experiences. Highly recommended.
768. 2015-06-28 19:57:17 ACMer Comments on Benefits of JIT Compilation:
Another Just-in-time Compiler - Java
769. 2015-06-26 11:35:56 Luis Comments on Easy Rate Limit in PHP using Simple Strategy - An API Example:
Thanks for this piece of information. A quite easy way to handle this.
770. 2015-06-24 09:41:21 Javid G. Comments on The Ultimate VPS from QuickHostUK:
QUICKHOSTUK is a really satisfactory hosting company, I'll work with them for my future web projects.
I am so lucky that I had a friend like you to recommend them to me, Thank you 🙂
771. 2015-06-13 16:25:29 sugar Comments on Tutorial 8 – C Programming in 6502 – Sprites:
I hope the tutorial can go on。It lets me go into the NES programing world.
772. 2015-06-13 16:18:36 sugar Comments on Tutorial 3 - C Programming in 6502 - Using Assembly:
I find the problem. The problem is the file name. I "mv asm.s test.s".so It's right.Maybe asm.s is a important file in the linux.
773. 2015-06-13 16:10:15 sugar Comments on Tutorial 3 - C Programming in 6502 - Using Assembly:
In this chapter, I follow this codes, but when i executive the "cl65 -t nes -o asm.nes asm.c asm.s" A strange thing happened,my .s file lose. The console tell me can't find that .s file. I have no idea about this.
774. 2015-06-13 15:15:20 sugar Comments on Tutorial 2 - C Programming in 6502:
#include "conio.h"
if i write like this, the console will tell you can't find the file. So I write like this "#include ", it's right.
Why this happened?
775. 2015-06-13 14:59:29 sugar Comments on Tutorial 1 - C Programming for 6502 (8 bit) CPU:
Thanks for share the good tutorial.I will learn it step by step.
Newer Comments - Older Comments
–EOF (The Ultimate Computing & Technology Blog) — 46 words