并排显示2个按钮(Making 2 button display side by side)

我的网站

我需要让这个登录和取消按钮并排放在一起。

我还需要一张锁定登录按钮的图片..

请帮忙...

到目前为止,这是我的代码:

<div class="container">
            <label><b>Username</b></label>
        <input type="text" placeholder="Username???" name="uname" required>

            <label><b>Password</b></label>
            <input type="password" placeholder="Enter Password" name="psw" required>

            <button type="submit">Login</button>
            <input type="checkbox" checked="checked"> Remember me

</div>

mySITE

I need to make this Login and Cancel button to sit side by side to each other.

I also need to have a picture of a lock to my login button..

Please help...

Here's my code so far:

<div class="container">
            <label><b>Username</b></label>
        <input type="text" placeholder="Username???" name="uname" required>

            <label><b>Password</b></label>
            <input type="password" placeholder="Enter Password" name="psw" required>

            <button type="submit">Login</button>
            <input type="checkbox" checked="checked"> Remember me

</div>

原文:https://stackoverflow.com/questions/43432708
2022-09-13 18:09

满意答案

是的,它可以在Visio中完成。 您需要使用反向工程师功能。

这是一篇博客文章,解释了基本步骤:

http://maniish.wordpress.com/2007/11/24/reverse-engineer-mysql-in-visio-2007/


Yes, it can be done in Visio. You need to use the reverse engineer feature.

Here is a blog post explaining the basic steps:

http://maniish.wordpress.com/2007/11/24/reverse-engineer-mysql-in-visio-2007/

相关问答

更多

我有ERD和MYSQL服务器我可以将ERD与服务器链接(I have ERD And MYSQL server Can I link the ERD with the server)

是的你可以。 打开ERD后,从菜单Database->forward engineer 。 只需完成连接到服务器的对话框,从图中创建数据库和表。 如果使用SQL查询编辑图表或数据库,请使用Database->Synchronize model在任一方向上进行更新! 这是完全安全的,但尝试一些简单的例子,直到你掌握它。 Yes, you can. With your ERD open, select from the menu Database->forward engineer. Just com...

使用Visio生成MySQL DDL(Using Visio to generate MySQL DDL)

除了编辑它? 没有。 您可以考虑使用MySQL Workbench 。 如果您在设计模式下创建所有内容,它与visio非常相似。 此外,使用付费版本,您可以生成pdf文档以及分发(或将PDF文件放入visio中的流程图等),或者您可能创建一个插件,可以在输出时生成有效的visio文件,因为工作台是通过插件完全可扩展。 Other than editing it? No. You might consider using MySQL Workbench. It is very similar to ...

工资单的ERD(ERD for Payroll)

我可能会将用户更改为user_login。 并删除loan_payment和reimbursement,只需要一个支付表。 这可以包含类似的值,但也包括一种支付类型,其中包括“报销”或“工资支付”等值,因为就像你说的报销不需要是自己的表。 I would probably change the user to user_login. and remove loan_payment and reimbursement and just simply have a payment table. Thi...

为数据库设计审查创建ERD的简单方法[已关闭](Simple way to create an ERD for a database design review [closed])

如果您的MS Access数据库具有真实数据库的所有属性(如约束等),那么Visio应该导入数据库。 如果它不适合你...将数据库导入SQL Server。 SQL Server有一些基本的工具用于绘制基本的ERD ...以及从SLQ服务器导入的Visio。 ERD的“正确性”和“复杂性”最终将由您决定,以及您如何扩展捕获的数据。 祝你好运 If your MS Access DB has all the attributes of a real DB like constraints etc.....

反向工程MS SQL数据库到ERD(Reverse engineer MS SQL database to ERD)

最简单的方法是从SQL Server Management Studio(SSMS)获取。 转到数据库 - >数据库图 - >右键单击 - >添加新图 - >为您的ERD添加所需的表。 鉴于你的表格实际上有它们之间定义的关系,关系也会被绘制。 应该注意的是,这将是一个非常基本的ERD,并且可能不符合您对ERD的预期标准。 The easiest way to do so, would be from SQL Server Management Studio (SSMS). Go to Databa...

我必须放弃Visio 2013中的遗留ERD图吗?(Must I abandon legacy ERD diagrams in Visio 2013?)

遗憾的是,ERD Visio插件在Visio 2013中已停止使用。虽然仍然存在一些基本的数据库形状和模板,但您在以前版本的Visio中使用的大多数功能都已消失。 我担心你必须坚持使用Visio 2010。 Unfortunately the ERD Visio addon was discontinued in Visio 2013. Although some basic database shapes and templates are still there, most of the fu...

为SAP中的MM模块生成ERD等数据库架构图(Generate a database schema diagram like ERD for MM module in SAP)

在事务SE12中有一个按钮“图形”(CTRL + SHIFT + F11),您可以在其中查看表格之间的外部关系。 但是通常会涉及很多表,所以它看起来一般都很混乱。 In transaction SE12 there is a button "Graphic" (CTRL+SHIFT+F11) where you can see the foreign relationships bewteen the tables. But there are usually a lot of tables in...

如何为数据库生成ERD或UML?(how to generate ERD or UML for a database?)

mysql工作台可以反向工程并创建erd http://www.mysql.com/products/workbench/ mysql workbench can reverse engineer and create erd's http://www.mysql.com/products/workbench/

从现有MySQL数据库生成Visio ERD(Generate Visio ERD from existing MySQL Database)

是的,它可以在Visio中完成。 您需要使用反向工程师功能。 这是一篇博客文章,解释了基本步骤: http://maniish.wordpress.com/2007/11/24/reverse-engineer-mysql-in-visio-2007/ Yes, it can be done in Visio. You need to use the reverse engineer feature. Here is a blog post explaining the basic steps: ...

如何使用WorkBench将MySQL数据库表一个接一个地反向工程到ERD上(How to reverse engineer MySQL database tables one-by-one onto an ERD using WorkBench)

尝试将逆向工程转换为新模型并保存。 打开主模型,然后选择“文件” - >“包括模型”以包含其他模型。 顺便说一句:模型中的内容肯定存在限制(甚至更多:在单个图表上),但至少你应该能够一次对至少200个对象进行逆向工程。 Try reverse engineering into a new model and save that. Open your main model and choose File -> Include Model to include your other model. Bt...

相关文章

更多

Riak, haproxy, and client side applications

转载:http://blog.dloh.org/Riak,-haproxy,-and-client-s ...

关于 style="display:none" 得问题

display:none 可以隐藏 该div. 要显示的时候,用block 或者 inline. ...

用‘button’跟‘text’组合代替‘file’,选择文件后点‘submit’,‘file’的值被清空

各位大虾晚上好,我有个问题想请教你们,我想美化html的file外观,但貌似现在还不能用css直接设计 ...

display控件格式化时间日期的问题?

&lt;display:column property=&quot;f_time&quot; titl ...

Flex 如何输出日志

我们在编写Flex应用程序的时候经常会忽略logging,发现问题需要debug的时候用的最多的就是A ...

微信公众号接口添加菜单时错误(errcode":40017 invalid button type)

POST提交时总是报错: {&quot;errcode&quot;:40017,&quot;errms ...

按钮样式

网页上有很多功能是通过链接方式传递参数,这种功能链接普通样式就是一个超链接退出,如果将超链接的样式变成 ...

jqgrid删除按钮出问题

jqgrid删除按钮出问题 我写的代码如下: function getGrid(){ // 定义 ...

权限设计中,树状功能列表与页面按钮的权限如何区分,页面按钮如何根据权限判断是否显示

有没有前辈有相关最优的设计思路和经验呢,请分享一下,多谢

Android按钮根据文本框设置状态

现在有一个需求其实挺简单的,就是按钮根据文本框里的信息设置禁用或者可用的状态,即如果文本框(TextV ...

最新问答

更多

获取MVC 4使用的DisplayMode后缀(Get the DisplayMode Suffix being used by MVC 4)

我用Google搜索了一个解决方案。 “EnumDisplayModeProvider”是我自己设置网站的各种模式的枚举。 public EnumDisplayModeProvider GetDisplayModeId() { foreach (var mode in DisplayModeProvider.Instance.Modes) if (mode.CanHandleContext(HttpContext)) {

如何通过引用返回对象?(How is returning an object by reference possible?)

这相对简单:在类的构造函数中,您可以分配内存,例如使用new 。 如果你制作一个对象的副本,你不是每次都分配新的内存,而是只复制指向原始内存块的指针,同时递增一个也存储在内存中的引用计数器,使得每个副本都是对象可以访问它。 如果引用计数降至零,则销毁对象将减少引用计数并仅释放分配的内存。 您只需要一个自定义复制构造函数和赋值运算符。 这基本上是共享指针的工作方式。 This is relatively easy: In the class' constructor, you allocate m

矩阵如何存储在内存中?(How are matrices stored in memory?)

正如它在“熵编码”中所说的那样,使用Z字形图案,与RLE一起使用,在许多情况下,RLE已经减小了尺寸。 但是,据我所知,DCT本身并没有给出稀疏矩阵。 但它通常会增强矩阵的熵。 这是compressen变得有损的点:输入矩阵用DCT传输,然后量化量化然后使用霍夫曼编码。 As it says in "Entropy coding" a zig-zag pattern is used, together with RLE which will already reduce size for man

每个请求的Java新会话?(Java New Session For Each Request?)

你是如何进行重定向的? 您是否事先调用了HttpServletResponse.encodeRedirectURL()? 在这里阅读javadoc 您可以使用它像response.sendRedirect(response.encodeRedirectURL(path)); The issue was with the path in the JSESSIONID cookie. I still can't figure out why it was being set to the tomca

css:浮动div中重叠的标题h1(css: overlapping headlines h1 in floated divs)

我认为word-break ,如果你想在一个单词中打破行,你可以指定它,这样做可以解决问题: .column { word-break:break-all; } jsFiddle演示。 您可以在此处阅读有关word-break属性的更多信息。 I think word-break, with which you can specify if you want to break line within a word, will do the trick: .column { word-break

无论图像如何,Caffe预测同一类(Caffe predicts same class regardless of image)

我认为您忘记在分类时间内缩放输入图像,如train_test.prototxt文件的第11行所示。 您可能应该在C ++代码中的某个位置乘以该因子,或者使用Caffe图层来缩放输入(请查看ELTWISE或POWER图层)。 编辑: 在评论中进行了一次对话之后,结果发现在classification.cpp文件中错误地删除了图像均值,而在原始训练/测试管道中没有减去图像均值。 I think you have forgotten to scale the input image during cl

xcode语法颜色编码解释?(xcode syntax color coding explained?)

转到: Xcode => Preferences => Fonts & Colors 您将看到每个语法高亮颜色旁边都有一个简短的解释。 Go to: Xcode => Preferences => Fonts & Colors You'll see that each syntax highlighting colour has a brief explanation next to it.

在Access 2010 Runtime中使用Office 2000校对工具(Use Office 2000 proofing tools in Access 2010 Runtime)

你考虑过第三方拼写检查吗? 您可以将在C#中开发的自定义WinForms控件插入访问数据库吗? VB6控件怎么样? 如果你能找到一个使用第三方库进行拼写检查的控件,那可能会有效。 Have you considered a third party spell checker? Can you insert a custom WinForms controls developed in C# into an access database? What about a VB6 control? If

从单独的Web主机将图像传输到服务器上(Getting images onto server from separate web host)

我有同样的问题,因为我在远程服务器上有两个图像,我需要在每天的预定义时间复制到我的本地服务器,这是我能够提出的代码... try { if(@copy('url/to/source/image.ext', 'local/absolute/path/on/server/' . date("d-m-Y") . ".gif")) { } else { $errors = error_get_last(); throw new Exception($err

从旧版本复制文件并保留它们(旧/新版本)(Copy a file from old revision and keep both of them (old / new revision))

我不确定我完全明白你在说什么。 你能编辑你的帖子并包含你正在做的Subversion命令/操作的特定顺序吗? 最好使用命令行svn客户端,以便容易为其他人重现问题。 如果您只是想获取文件的旧副本(即使该文件不再存在),您可以使用如下命令: svn copy ${repo}/trunk/moduleA/file1@${rev} ${repo}/trunk/moduleB/file1 其中${repo}是您的存储库的URL, ${rev}是您想要的文件的版本。 这将恢复该文件的旧版本,包括最高版本