Datamation Index

 
 
Displaying recent articles. Go back further in the  Datamation Archives »

 
 
10 Weirdest Tech Gadgets of 2016
By Cynthia Harvey | Datamation Article Published on December 13, 2016
A paper microscope, a connected umbrella and a smartbelt were just some of the unusual tech products being demonstrated last year.  
Top 12 Cool iPhone Apps
By Cynthia Harvey | Datamation Article Published on December 09, 2016
Whether you're into games, exercise, food, making videos or something else, this list of cool iPhone apps has something for you.
 
Android vs. iPhone for Business: 8 Key Points
By Cynthia Harvey | Datamation Article Published on August 15, 2016
Is Android or iPhone best for business? We compare the two mobile platforms in eight different categories, including hardware, apps, storage, customization, security, backup, management and personal assistant.
10 Top Virtual Reality Apps
By Cynthia Harvey | Datamation Article Published on August 08, 2016
These are some of the leading VR entertainment, games, news and education apps.
 
 
Open Source Replacements for Windows XP
By Cynthia Harvey | Datamation Article Published on June 08, 2016
These are some of the best Linux distributions for former Windows XP users and people who have older PC hardware.
Open Source Business Intelligence Software
By Cynthia Harvey | Datamation Article Published on June 08, 2016
From simple spreadsheet applications to complete BI suites, the open source community has created dozens of open source BI applications that help enterprises store and analyze business data.
Best Open Source Software for Windows 10
By Matt Hartley | Datamation Article Published on June 08, 2016
The best open source software for Windows 10, from audio-video to office productivity to desktop virtualization.
Android Apps for Pure Fun
By Pam Baker | Datamation Article Published on April 15, 2016
Fun Android apps to bring a smile to your face as you go through your busy day. Many of the apps on this list are free.
Top Open Source Android Apps
By Matt Hartley | Datamation Article Published on April 15, 2016
These top open source android apps are all vetted by F-Droid, the volunteer project that culls through Android apps to find the best.
Best Free Android Apps
By Matt Hartley | Datamation Article Published on April 15, 2016
The best free Android apps for moving files, watching movies, messaging, driving across town and more.
 
 

Datamation Index的更多相关文章

  1. MySQL 优化之 ICP (index condition pushdown:索引条件下推)

    ICP技术是在MySQL5.6中引入的一种索引优化技术.它能减少在使用 二级索引 过滤where条件时的回表次数 和 减少MySQL server层和引擎层的交互次数.在索引组织表中,使用二级索引进行 ...

  2. 在v-for中利用index来对第一项添加class(vue2.0)

    <li v-for="(el,index) in event" v-bind:class="{ 'm-swipe-active': !index}"> ...

  3. Ubuntu-server 下Apache2 配置.htaccess 隐藏thinkPHP项目index.php

    需要开启Apache2的rewrite模块 1.打开/etc/apache2/apache2.conf 将文件中的AllowOverride None改为AllowOverride All 2.修改m ...

  4. SQL Server-聚焦强制索引查询条件和Columnstore Index(九)

    前言 本节我们再来穿插讲讲索引知识,后续再讲数据类型中的日期类型,简短的内容,深入的理解,Always to review the basics. 强制索引查询条件 前面我们也讲了一点强制索引查询的知 ...

  5. directx12中vetex buffer、index buffer和constant buffer绑定piple line的时机

    类别 时机 函数 建Heap vetex buffer 在Draw函数中 ID3D12GraphicsCommandList::IASetVertexBuffer 否 index buffer 在Dr ...

  6. URL_MODEL 2 不能访问 在APACHE服务器上的访问方式上去除index.php

    thinkphp URL_MODEL=2,访问链接http://i.cnblogs.com/Online/index.html  报错: Not Found The requested URL /on ...

  7. index+match函数在压实度中对盒号盒质量随机不重复的最佳使用

    首先按照升序排列好盒号和盒质量,使其一一对应, 盒号    盒重量    随机值rand()     随机值大小排列rank 1         2001       0.01             ...

  8. [LeetCode] Random Pick Index 随机拾取序列

    Given an array of integers with possible duplicates, randomly output the index of a given target num ...

  9. Zend Framework 项目 index.php 的问题

    默认生成的Zend项目在public目录下会自动生成一个.htaccess文件,这是用来实现伪静态,即隐藏index.php这个唯一入口文件的. 但是,搭建项目时遇到一个问题:URL中如果不加inde ...

随机推荐

  1. INotitypropertyChanged

    WPF数据绑定(要是后台类对象的属性值发生改变,通知在“client界面与之绑定的控件值”也发生改变须要实现INotitypropertyChanged接口) MainWindow.xaml < ...

  2. Leetcode575.Distribute Candies分糖果

    给定一个偶数长度的数组,其中不同的数字代表着不同种类的糖果,每一个数字代表一个糖果.你需要把这些糖果平均分给一个弟弟和一个妹妹.返回妹妹可以获得的最大糖果的种类数. 示例 1: 输入: candies ...

  3. 2018.8.6 模拟赛 提高组B

    T1 Description 给定一个n个点m条边的有向图,有k个标记点,要求从规定的起点按任意顺序经过所有标记点到达规定的终点,问最短的距离是多少. Input 第一行5个整数n.m.k.s.t,表 ...

  4. SpringBoot web获取请求数据【转】

    SpringBoot web获取请求数据 一个网站最基本的功能就是匹配请求,获取请求数据,处理请求(业务处理),请求响应,我们今天来看SpringBoot中怎么获取请求数据. 文章包含的内容如下: 获 ...

  5. Codeforces Round #263 (Div. 2) A. Appleman and Easy Task【地图型搜索/判断一个点四周‘o’的个数的奇偶】

    A. Appleman and Easy Task time limit per test 1 second memory limit per test 256 megabytes input sta ...

  6. Idea下面无法识别web-inf下lib目录的子目录的jar包,只能直接放lib下面才能识别?

    解决方案一: Ctrl+Alt+Shift+s打开projuect Structure-->Livraries-->➕-->java-->选择对应的lib目录即可! 解决方案二 ...

  7. Vue 实现展开折叠效果

    Vue 实现展开折叠效果 效果参见:https://segmentfault.com/q/1010000011359250/a-1020000011360185 上述链接中,大佬给除了解决方法,再次进 ...

  8. SQL优化系列(三)- 用最少的索引获得最大的性能提升

    从全局出发优化索引 对于高负载的数据库,如何创建最少的索引,让数据库的整体性能提高呢?例如,对于100 条SQL语句,如何创建最佳的5条索引? SQL自动优化工具SQL Tuning Expert P ...

  9. iOS 小 Tip:优化侧滑返回与 ScrollView 的兼容性

    http://www.cocoachina.com/ios/20150909/13369.html 作者:@周楷雯Kevin 授权本站转载. 倘若在 ViewController 中添加了一个 Tab ...

  10. 初探postman

    第一种:安装postman 扩展程序 第二种:本地 安装postman 登陆进来postman的界面 发送第一个postman请求 将请求保存到集合 未完,待续...