2016年9月30日 星期五

iPhone7 Plus電池膨脹?

台灣傳出iPhone7 Plus電池膨脹首例!無獨有偶,美國也有網友貼出iPhone7 plus疑似在運送過程中爆炸的照片。手機專家多半認為電池膨脹只是個案,確實原因還要由蘋果公司判定。蘋果公司尚未回應。

run them on-premises or in the cloud.

We call it the “cloud-ready OS” because it meets customers where they are today, and it introduces technology to ease the transition to cloud. It is a great server OS to run traditional applications and datacenter infrastructure, and at the same time it delivers an unprecedented amount of innovation to help customers transition workloads to a more secure, efficient and agile cloud model. It is a great place to land all your workloads, providing the flexibility to run them on-premises or in the cloud.

Windows Server 2016

Windows Server 2016

Windows IT Pro Insider!

Windows IT Pro Insider!

2016年9月27日 星期二

Get your IoT devices communicating quickly

IDE Downloads —
Get your IoT devices communicating quickly
Identify the software you need to speed up prototyping and time to production. Explore Intel® IoT IDE offerings for the best option to support your IoT solution.

2016年9月26日 星期一

hello.c

#include <stdio.h>
int priority(char x) {
  switch(x) {
    case '+':
    case '-':
      return 0;
    case '*':
    case '/':
      return 1;
    default:
      return 2;
  }
  return 0;
}

int main(char argc,char *argv[]) {
  char *say = "Hello, ";
  priority('+');
  if (argc>1)
    printf("%s, %s!\n", say, argv[1]);
  else
    printf("%s, guy!\n", say);
}

gdb 的 使用



gdb 使用

2016年9月23日 星期五

Intel® IoT Commercial Workshop Webinar Series Databases at the Edge

Intel® IoT Commercial Workshop Webinar Series
Databases at the Edge