我想创建一个简单记录屏幕并将录制的文件发送到服务器的Windows服务.但每当我搜索谷歌的Windows服务创建时,我总是得到.NET结果.除了.NET之外,我怎样才能在其他任何地方提供简单的服务?我会弄明白其余的.我更喜欢Qt或C++,但我找不到任何东西.
以这种方式使用代码后:
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
<style type="text/css">
.container{
max-width:980px;
}
</style>
</head>
<body>
<div class="container" style="max-width:980px;">
...
</div>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
我得到整个容器超过1100px