All Articles

143324 articles · Page 6653 of 7167
ITPUB
ITPUB
Sep 19, 2017 · Artificial Intelligence

Are Hackers Already Weaponizing AI? Inside the ZeroFOX Experiment

A recent ZeroFOX experiment showed an AI system sending malicious tweets far faster than humans, prompting Elon Musk to highlight the growing threat of AI‑driven hacking, while security experts at Black Hat predict widespread AI weaponization in the near future.

AI ThreatsArtificial IntelligenceBlack Hat
0 likes · 5 min read
Are Hackers Already Weaponizing AI? Inside the ZeroFOX Experiment
ITPUB
ITPUB
Sep 19, 2017 · Databases

Mastering Oracle Datafiles: Queries, Creation, Resizing, and Management

This guide explains Oracle datafile concepts, how to query absolute and relative file numbers, create and add files to tablespaces, modify file size with autoextend or resize, change file availability, rename or move files, and safely delete files while observing key restrictions.

Database AdministrationDatafilesOracle
0 likes · 13 min read
Mastering Oracle Datafiles: Queries, Creation, Resizing, and Management
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 19, 2017 · Artificial Intelligence

Inside Alibaba’s 2017 Tech Forum: AI, Big Data, and Cloud Innovations Unveiled

At the inaugural 2017 Alibaba Technology Forum held at Hong Kong University of Science and Technology, senior executives highlighted Alibaba’s cutting‑edge AI, machine learning, big‑data, and cloud breakthroughs, showcasing how data‑driven technologies power billions of users across e‑commerce, finance, logistics, healthcare, and entertainment.

Big DataCloud Computing
0 likes · 6 min read
Inside Alibaba’s 2017 Tech Forum: AI, Big Data, and Cloud Innovations Unveiled
Architecture Digest
Architecture Digest
Sep 19, 2017 · Backend Development

Key Challenges and Transmission Models of Message Oriented Middleware (MOM)

The article explains the widespread use of message oriented middleware, outlines its core challenges such as synchronous vs. asynchronous delivery, security, persistence, redelivery, ordering, and describes the two main transmission models—point‑to‑point and publish/subscribe—while comparing JMS and AMQP standards.

AMQPMOMMessage Middleware
0 likes · 6 min read
Key Challenges and Transmission Models of Message Oriented Middleware (MOM)
Qunar Tech Salon
Qunar Tech Salon
Sep 19, 2017 · Operations

Design and Implementation of a Multi‑Entity, Multi‑Currency Fund Processing Platform

The article explains how a payment center builds a SaaS‑style, multi‑entity, multi‑currency fund processing platform that handles accounting, day‑end, monitoring, reserve management, billing, and reconciliation, detailing business scenarios, fund flow models, system components, and methods to ensure data accuracy.

financial architecturefund processingmulti-currency
0 likes · 10 min read
Design and Implementation of a Multi‑Entity, Multi‑Currency Fund Processing Platform
MaGe Linux Operations
MaGe Linux Operations
Sep 19, 2017 · Information Security

Master Network Security: A Complete Mind Map of Threats & Defenses

This article presents a detailed mind‑map of network security, covering introductory concepts, scanning and defense, monitoring, password cracking, deception attacks, denial‑of‑service, buffer overflow, web and trojan attacks, computer viruses, and future trends, each illustrated with explanatory images.

Network Securitycybersecuritydefense techniques
0 likes · 3 min read
Master Network Security: A Complete Mind Map of Threats & Defenses
Efficient Ops
Efficient Ops
Sep 18, 2017 · Operations

How Meizu Built a Continuous Delivery Platform to Boost Ops Efficiency

This article details Meizu's journey from early internet eras to a mature continuous delivery platform, outlining the operational challenges, platform components, standardization, automation, and future intelligent operations to achieve high quality, efficiency, cost control, and security.

AutomationCloud ComputingContinuous Delivery
0 likes · 19 min read
How Meizu Built a Continuous Delivery Platform to Boost Ops Efficiency
21CTO
21CTO
Sep 18, 2017 · Backend Development

Web Server vs. Application Server vs. Container vs. Reverse Proxy: What’s the Real Difference?

This article explains the concepts, history, and core mechanisms of web servers, web application containers, application servers, and reverse proxies, compares their functions and relationships, and provides a concise summary to help developers choose the right component for their backend architecture.

Application ServerWeb ContainerWeb Server
0 likes · 15 min read
Web Server vs. Application Server vs. Container vs. Reverse Proxy: What’s the Real Difference?
21CTO
21CTO
Sep 18, 2017 · Frontend Development

Why WordPress Is Dropping React: Licensing Clash and Future Tech Choices

WordPress announced it will abandon React after its founder cited Facebook’s patent‑related licensing restrictions, sparking industry debate as the platform, which heavily relies on React for projects like Calypso and Gutenberg, seeks new front‑end technologies.

LicensingTechnologyWordPress
0 likes · 2 min read
Why WordPress Is Dropping React: Licensing Clash and Future Tech Choices
Java High-Performance Architecture
Java High-Performance Architecture
Sep 18, 2017 · Big Data

Can Kafka Safely Serve as Long‑Term Storage? Answers and Real‑World Scenarios

This article explains why Kafka can be used for permanent data retention, outlines practical use cases such as event logging, cache rebuilding, stream recomputation, and database change capture, and clarifies why Kafka is a stream‑processing platform rather than a traditional message queue or database.

Distributed SystemsLong‑term Storagedata retention
0 likes · 6 min read
Can Kafka Safely Serve as Long‑Term Storage? Answers and Real‑World Scenarios
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 18, 2017 · Mobile Development

Design Guidelines and 13 Essential Changes for iPhone X UI

This article provides comprehensive iPhone X UI design guidelines, covering screen dimensions, safe‑area layout, status‑bar adjustments, home‑indicator considerations, color gamut updates, Face ID integration, custom keyboard rules, larger navigation bars, and resources for designers and developers.

Design GuidelinesMobile DevelopmentUI design
0 likes · 10 min read
Design Guidelines and 13 Essential Changes for iPhone X UI
JD Retail Technology
JD Retail Technology
Sep 18, 2017 · Product Management

Innovation in Product Management: Insights from JD POP Platform Senior Technical Product Manager Zhou Yinhua

In this interview, JD POP senior technical product manager Zhou Yinhua shares her experiences on driving innovation within product management, detailing the importance of innovative thinking, the challenges faced, the development of the POP merchant consulting platform, and how these practices have strengthened JD’s e‑commerce operations.

Consulting PlatformE-commerceJD POP
0 likes · 9 min read
Innovation in Product Management: Insights from JD POP Platform Senior Technical Product Manager Zhou Yinhua
Hujiang Technology
Hujiang Technology
Sep 18, 2017 · Databases

Understanding the NOLOCK Hint in SQL Server and Its MySQL Equivalent

This article explains what the NOLOCK hint does in SQL Server, why it is used, how it relates to transaction isolation levels, presents practical tests, discusses the relevance of NOLOCK after newer SQL Server versions, and shows why MySQL does not need an equivalent hint, offering guidance on when to apply it.

MySQLNOLOCKSQL Server
0 likes · 17 min read
Understanding the NOLOCK Hint in SQL Server and Its MySQL Equivalent
Java Backend Technology
Java Backend Technology
Sep 18, 2017 · Fundamentals

Mastering ZooKeeper: Core Concepts, Architecture, and Real-World Use Cases

This article provides a comprehensive overview of ZooKeeper, covering its purpose, design goals, architecture, key features, data flow, components, and common application scenarios such as service naming, configuration management, cluster coordination, distributed locks, and queues.

Configuration ManagementCoordination ServiceDistributed Lock
0 likes · 12 min read
Mastering ZooKeeper: Core Concepts, Architecture, and Real-World Use Cases
JavaScript
JavaScript
Sep 18, 2017 · Backend Development

How to Install and Use cli-dict: A Command-Line Translation Tool

This guide explains how to install the cli-dict npm package globally, demonstrates basic Chinese‑English translation commands with examples, lists available command‑line options, and notes the current translation source and contribution invitation.

Toolcommand-linenodejs
0 likes · 1 min read
How to Install and Use cli-dict: A Command-Line Translation Tool